Color Hex Logo

#987bdc Color Hex

#987BDC
(152,123,220)
0 Favorites   0 Comments

Color spaces of #987bdc

RGB 152123220
HSL0.720.580.67
HSV258°44°86°
CMYK 0.310.440.00   0.14
XYZ32.950126.008670.9937
Yxy26.00860.25360.2001
Hunter Lab50.998626.0809-46.8368
CIE-Lab58.045232.0840-45.7628

#987bdc color RGB value is (152,123,220).

#987bdc hex color red value is 152, green value is 123 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #987bdc hue: 0.72 , saturation: 0.58 and the lightness value of 987bdc is 0.67.

The process color (four color CMYK) of #987bdc color hex is 0.31, 0.44, 0.00, 0.14. Web safe color of #987bdc is #9966cc. Color #987bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111011 11011100
Octal 230 173 334
Decimal 152 123 220
Hex 98 7B DC

RGB Percentages of Color #987bdc

%30.71
%24.85
%44.44

CMYK Percentages of Color #987bdc

%31
%44
%0
%14

Triadic Colors of #987bdc

#987bdc #dc987b #7bdc98

Analogous Colors of #987bdc

#987bdc #c97bdc #7b8fdc

Monochromatic Colors of #987bdc

#987bdc

Complementary Color

#987bdc #bfdc7b

#987bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#987bdc Color CSS Codes

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

#987bdc Text Font Color

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

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


#987bdc Background Color

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

This div background color is #987bdc


#987bdc Border Color

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

This div border color is #987bdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,123,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987bdc


Comments

No comments written yet.

Please login to write comment.