Color Hex Logo

#b808cb Color Hex

#B808CB
(184,8,203)
0 Favorites   0 Comments

Color spaces of #b808cb

RGB 1848203
HSL0.820.920.41
HSV294°96°80°
CMYK 0.090.960.00   0.20
XYZ30.633514.675857.7181
Yxy14.67580.29730.1424
Hunter Lab38.309075.6954-62.5127
CIE-Lab45.186979.0753-56.3682

#b808cb color RGB value is (184,8,203).

#b808cb hex color red value is 184, green value is 8 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b808cb hue: 0.82 , saturation: 0.92 and the lightness value of b808cb is 0.41.

The process color (four color CMYK) of #b808cb color hex is 0.09, 0.96, 0.00, 0.20. Web safe color of #b808cb is #cc00cc. Color #b808cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00001000 11001011
Octal 270 10 313
Decimal 184 8 203
Hex B8 8 CB

RGB Percentages of Color #b808cb

%46.58
%2.03
%51.39

CMYK Percentages of Color #b808cb

%9
%96
%0
%20

Triadic Colors of #b808cb

#b808cb #cbb808 #08cbb8

Analogous Colors of #b808cb

#b808cb #cb087d #5708cb

Monochromatic Colors of #b808cb

#b808cb

Complementary Color

#b808cb #1bcb08

#b808cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b808cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b808cb Color CSS Codes

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

#b808cb Text Font Color

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

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


#b808cb Background Color

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

This div background color is #b808cb


#b808cb Border Color

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

This div border color is #b808cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,8,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 #b808cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b808cb


Comments

No comments written yet.

Please login to write comment.