Color Hex Logo

#9871cb Color Hex

#9871CB
(152,113,203)
0 Favorites   0 Comments

Color spaces of #9871cb

RGB 152113203
HSL0.740.460.62
HSV266°44°80°
CMYK 0.250.440.00   0.20
XYZ29.633522.797559.3384
Yxy22.79750.26510.2040
Hunter Lab47.746727.2274-40.2614
CIE-Lab54.863133.5959-41.1858

#9871cb color RGB value is (152,113,203).

#9871cb hex color red value is 152, green value is 113 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9871cb hue: 0.74 , saturation: 0.46 and the lightness value of 9871cb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01110001 11001011
Octal 230 161 313
Decimal 152 113 203
Hex 98 71 CB

RGB Percentages of Color #9871cb

%32.48
%24.15
%43.38

CMYK Percentages of Color #9871cb

%25
%44
%0
%20

Triadic Colors of #9871cb

#9871cb #cb9871 #71cb98

Analogous Colors of #9871cb

#9871cb #c571cb #7177cb

Monochromatic Colors of #9871cb

#9871cb

Complementary Color

#9871cb #a4cb71

#9871cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9871cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9871cb Color CSS Codes

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

#9871cb Text Font Color

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

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


#9871cb Background Color

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

This div background color is #9871cb


#9871cb Border Color

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

This div border color is #9871cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9871cb


Comments

No comments written yet.

Please login to write comment.