Color Hex Logo

#987acb Color Hex

#987ACB
(152,122,203)
0 Favorites   0 Comments

Color spaces of #987acb

RGB 152122203
HSL0.730.440.64
HSV262°40°80°
CMYK 0.250.400.00   0.20
XYZ30.687924.906359.6899
Yxy24.90630.26620.2160
Hunter Lab49.906222.4258-35.9790
CIE-Lab56.984028.4286-37.8510

#987acb color RGB value is (152,122,203).

#987acb hex color red value is 152, green value is 122 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #987acb hue: 0.73 , saturation: 0.44 and the lightness value of 987acb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111010 11001011
Octal 230 172 313
Decimal 152 122 203
Hex 98 7A CB

RGB Percentages of Color #987acb

%31.87
%25.58
%42.56

CMYK Percentages of Color #987acb

%25
%40
%0
%20

Triadic Colors of #987acb

#987acb #cb987a #7acb98

Analogous Colors of #987acb

#987acb #c17acb #7a85cb

Monochromatic Colors of #987acb

#987acb

Complementary Color

#987acb #adcb7a

#987acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#987acb Color CSS Codes

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

#987acb Text Font Color

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

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


#987acb Background Color

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

This div background color is #987acb


#987acb Border Color

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

This div border color is #987acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987acb


Comments

No comments written yet.

Please login to write comment.