Color Hex Logo

#8f9ccb Color Hex

#8F9CCB
(143,156,203)
0 Favorites   0 Comments

Color spaces of #8f9ccb

RGB 143156203
HSL0.630.370.68
HSV227°30°80°
CMYK 0.300.230.00   0.20
XYZ33.995733.928461.2570
Yxy33.92840.26320.2626
Hunter Lab58.24812.2449-21.5791
CIE-Lab64.90576.1897-25.6130

#8f9ccb color RGB value is (143,156,203).

#8f9ccb hex color red value is 143, green value is 156 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8f9ccb hue: 0.63 , saturation: 0.37 and the lightness value of 8f9ccb is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10011100 11001011
Octal 217 234 313
Decimal 143 156 203
Hex 8F 9C CB

RGB Percentages of Color #8f9ccb

%28.49
%31.08
%40.44

CMYK Percentages of Color #8f9ccb

%30
%23
%0
%20

Triadic Colors of #8f9ccb

#8f9ccb #cb8f9c #9ccb8f

Analogous Colors of #8f9ccb

#8f9ccb #a08fcb #8fbacb

Monochromatic Colors of #8f9ccb

#8f9ccb

Complementary Color

#8f9ccb #cbbe8f

#8f9ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f9ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f9ccb Color CSS Codes

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

#8f9ccb Text Font Color

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

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


#8f9ccb Background Color

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

This div background color is #8f9ccb


#8f9ccb Border Color

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

This div border color is #8f9ccb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,156,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 #8f9ccb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f9ccb


Comments

No comments written yet.

Please login to write comment.