Color Hex Logo

#b868cb Color Hex

#B868CB
(184,104,203)
0 Favorites   0 Comments

Color spaces of #b868cb

RGB 184104203
HSL0.800.490.60
HSV288°49°80°
CMYK 0.090.490.00   0.20
XYZ35.497024.402859.3392
Yxy24.40280.29770.2047
Hunter Lab49.399241.8170-36.6408
CIE-Lab56.488847.6187-38.3835

#b868cb color RGB value is (184,104,203).

#b868cb hex color red value is 184, green value is 104 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b868cb hue: 0.80 , saturation: 0.49 and the lightness value of b868cb is 0.60.

The process color (four color CMYK) of #b868cb color hex is 0.09, 0.49, 0.00, 0.20. Web safe color of #b868cb is #cc66cc. Color #b868cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101000 11001011
Octal 270 150 313
Decimal 184 104 203
Hex B8 68 CB

RGB Percentages of Color #b868cb

%37.47
%21.18
%41.34

CMYK Percentages of Color #b868cb

%9
%49
%0
%20

Triadic Colors of #b868cb

#b868cb #cbb868 #68cbb8

Analogous Colors of #b868cb

#b868cb #cb68ad #8768cb

Monochromatic Colors of #b868cb

#b868cb

Complementary Color

#b868cb #7bcb68

#b868cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b868cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b868cb Color CSS Codes

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

#b868cb Text Font Color

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

This sample text font color is #b868cb
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.


#b868cb Background Color

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

This div background color is #b868cb


#b868cb Border Color

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

This div border color is #b868cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,104,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b868cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b868cb;
  -webkit-box-shadow: 1px 1px 3px 2px #b868cb;
  box-shadow:         1px 1px 3px 2px #b868cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,104,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b868cb


Comments

No comments written yet.

Please login to write comment.