Color Hex Logo

#b274eb Color Hex

#B274EB
(178,116,235)
0 Favorites   0 Comments

Color spaces of #b274eb

RGB 178116235
HSL0.750.750.69
HSV271°51°92°
CMYK 0.240.510.00   0.08
XYZ39.600927.953981.9057
Yxy27.95390.26500.1870
Hunter Lab52.871441.1721-54.8390
CIE-Lab59.847146.5170-51.1216

#b274eb color RGB value is (178,116,235).

#b274eb hex color red value is 178, green value is 116 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b274eb hue: 0.75 , saturation: 0.75 and the lightness value of b274eb is 0.69.

The process color (four color CMYK) of #b274eb color hex is 0.24, 0.51, 0.00, 0.08. Web safe color of #b274eb is #9966ff. Color #b274eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110100 11101011
Octal 262 164 353
Decimal 178 116 235
Hex B2 74 EB

RGB Percentages of Color #b274eb

%33.65
%21.93
%44.42

CMYK Percentages of Color #b274eb

%24
%51
%0
%8

Triadic Colors of #b274eb

#b274eb #ebb274 #74ebb2

Analogous Colors of #b274eb

#b274eb #eb74e9 #7774eb

Monochromatic Colors of #b274eb

#b274eb

Complementary Color

#b274eb #adeb74

#b274eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b274eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b274eb Color CSS Codes

.mybgcolor {background-color:#b274eb; } 
.myforecolor {color:#b274eb; }
.mybordercolor {border:3px solid #b274eb; }

#b274eb Text Font Color

<p style="color:#b274eb">Text here</p>

This sample text font color is #b274eb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b274eb Background Color

<div style="background-color:#b274eb">
Div content here</div>

This div background color is #b274eb


#b274eb Border Color

<div style="border:3px solid #b274eb">
Div here</div>

This div border color is #b274eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,116,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b274eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b274eb;
  -webkit-box-shadow: 1px 1px 3px 2px #b274eb;
  box-shadow:         1px 1px 3px 2px #b274eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,116,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b274eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b274eb;
  -webkit-box-shadow: 1px 1px 3px 2px #b274eb;
  box-shadow:         1px 1px 3px 2px #b274eb;">
Div content here</div>

This div box has shadow with color #b274eb


Comments

No comments written yet.

Please login to write comment.