Color Hex Logo

#8987cf Color Hex

#8987CF
(137,135,207)
0 Favorites   0 Comments

Color spaces of #8987cf

RGB 137135207
HSL0.670.430.67
HSV242°35°81°
CMYK 0.340.350.00   0.19
XYZ30.243027.151362.6782
Yxy27.15130.25190.2261
Hunter Lab52.106912.4148-34.8437
CIE-Lab59.114117.5814-36.8656

#8987cf color RGB value is (137,135,207).

#8987cf hex color red value is 137, green value is 135 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #8987cf hue: 0.67 , saturation: 0.43 and the lightness value of 8987cf is 0.67.

The process color (four color CMYK) of #8987cf color hex is 0.34, 0.35, 0.00, 0.19. Web safe color of #8987cf is #9999cc. Color #8987cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000111 11001111
Octal 211 207 317
Decimal 137 135 207
Hex 89 87 CF

RGB Percentages of Color #8987cf

%28.60
%28.18
%43.22

CMYK Percentages of Color #8987cf

%34
%35
%0
%19

Triadic Colors of #8987cf

#8987cf #cf8987 #87cf89

Analogous Colors of #8987cf

#8987cf #ad87cf #87a9cf

Monochromatic Colors of #8987cf

#8987cf

Complementary Color

#8987cf #cdcf87

#8987cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8987cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8987cf Color CSS Codes

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

#8987cf Text Font Color

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

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


#8987cf Background Color

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

This div background color is #8987cf


#8987cf Border Color

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

This div border color is #8987cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,135,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8987cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8987cf;
  -webkit-box-shadow: 1px 1px 3px 2px #8987cf;
  box-shadow:         1px 1px 3px 2px #8987cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,135,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8987cf


Comments

No comments written yet.

Please login to write comment.