Color Hex Logo

#8f8abb Color Hex

#8F8ABB
(143,138,187)
0 Favorites   0 Comments

Color spaces of #8f8abb

RGB 143138187
HSL0.680.260.64
HSV246°26°73°
CMYK 0.240.260.00   0.27
XYZ29.385827.604550.7931
Yxy27.60450.27260.2561
Hunter Lab52.54007.8907-20.5407
CIE-Lab59.529712.5340-24.8881

#8f8abb color RGB value is (143,138,187).

#8f8abb hex color red value is 143, green value is 138 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8f8abb hue: 0.68 , saturation: 0.26 and the lightness value of 8f8abb is 0.64.

The process color (four color CMYK) of #8f8abb color hex is 0.24, 0.26, 0.00, 0.27. Web safe color of #8f8abb is #9999cc. Color #8f8abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10001010 10111011
Octal 217 212 273
Decimal 143 138 187
Hex 8F 8A BB

RGB Percentages of Color #8f8abb

%30.56
%29.49
%39.96

CMYK Percentages of Color #8f8abb

%24
%26
%0
%27

Triadic Colors of #8f8abb

#8f8abb #bb8f8a #8abb8f

Analogous Colors of #8f8abb

#8f8abb #a88abb #8a9ebb

Monochromatic Colors of #8f8abb

#8f8abb

Complementary Color

#8f8abb #b6bb8a

#8f8abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f8abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f8abb Color CSS Codes

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

#8f8abb Text Font Color

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

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


#8f8abb Background Color

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

This div background color is #8f8abb


#8f8abb Border Color

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

This div border color is #8f8abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f8abb


Comments

No comments written yet.

Please login to write comment.