color codes Logo

#8f89cc color codes

#8F89CC
(143,137,204)
0 Favorites   0 Comments

Color spaces of #8f89cc

RGB 143137204
HSL0.680.400.67
HSV245°33°80°
CMYK 0.300.330.00   0.20
XYZ31.172428.090660.9058
Yxy28.09060.25940.2338
Hunter Lab53.000612.2342-31.0329
CIE-Lab59.970517.3515-33.8059

#8f89cc color RGB value is (143,137,204).

#8f89cc hex color red value is 143, green value is 137 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8f89cc hue: 0.68 , saturation: 0.40 and the lightness value of 8f89cc is 0.67.

The process color (four color CMYK) of #8f89cc color code is 0.30, 0.33, 0.00, 0.20. Web safe color of #8f89cc is #9999cc. Color #8f89cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10001001 11001100
Octal 217 211 314
Decimal 143 137 204
Hex 8F 89 CC

RGB Percentages of Color #8f89cc

%29.55
%28.31
%42.15

CMYK Percentages of Color #8f89cc

%30
%33
%0
%20

Triadic Colors of #8f89cc

#8f89cc #cc8f89 #89cc8f

Analogous Colors of #8f89cc

#8f89cc #b189cc #89a5cc

Monochromatic Colors of #8f89cc

#8f89cc

Complementary Color

#8f89cc #c6cc89

#8f89cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f89cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f89cc Color CSS Codes

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

#8f89cc Text Font Color

<p style="color:#8f89cc">Text here</p>

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


#8f89cc Background Color

<div style="background-color:#8f89cc">
Div content here</div>

This div background color is #8f89cc


#8f89cc Border Color

<div style="border:3px solid #8f89cc">
Div here</div>

This div border color is #8f89cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,137,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8f89cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8f89cc;
  -webkit-box-shadow: 1px 1px 3px 2px #8f89cc;
  box-shadow:         1px 1px 3px 2px #8f89cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f89cc

#8f89cc Color Palettes


Comments

No comments written yet.

Please login to write comment.