Color Hex Logo

#9808cb Color Hex

#9808CB
(152,8,203)
0 Favorites   0 Comments

Color spaces of #9808cb

RGB 1528203
HSL0.790.920.41
HSV284°96°80°
CMYK 0.250.960.00   0.20
XYZ23.815211.160957.3990
Yxy11.16090.25780.1208
Hunter Lab33.407968.7817-78.4821
CIE-Lab39.850274.4828-65.2707

#9808cb color RGB value is (152,8,203).

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

The process color (four color CMYK) of #9808cb color hex is 0.25, 0.96, 0.00, 0.20. Web safe color of #9808cb is #9900cc. Color #9808cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00001000 11001011
Octal 230 10 313
Decimal 152 8 203
Hex 98 8 CB

RGB Percentages of Color #9808cb

%41.87
%2.20
%55.92

CMYK Percentages of Color #9808cb

%25
%96
%0
%20

Triadic Colors of #9808cb

#9808cb #cb9808 #08cb98

Analogous Colors of #9808cb

#9808cb #cb089d #3708cb

Monochromatic Colors of #9808cb

#9808cb

Complementary Color

#9808cb #3bcb08

#9808cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9808cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9808cb Color CSS Codes

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

#9808cb Text Font Color

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

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


#9808cb Background Color

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

This div background color is #9808cb


#9808cb Border Color

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

This div border color is #9808cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9808cb


Comments

No comments written yet.

Please login to write comment.