Color Hex Logo

#8f96eb Color Hex

#8F96EB
(143,150,235)
0 Favorites   0 Comments

Color spaces of #8f96eb

RGB 143150235
HSL0.650.700.74
HSV235°39°92°
CMYK 0.390.360.00   0.08
XYZ37.229433.650583.1303
Yxy33.65050.24170.2185
Hunter Lab58.009113.0430-44.3596
CIE-Lab64.684218.0588-43.6838

#8f96eb color RGB value is (143,150,235).

#8f96eb hex color red value is 143, green value is 150 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8f96eb hue: 0.65 , saturation: 0.70 and the lightness value of 8f96eb is 0.74.

The process color (four color CMYK) of #8f96eb color hex is 0.39, 0.36, 0.00, 0.08. Web safe color of #8f96eb is #9999ff. Color #8f96eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10010110 11101011
Octal 217 226 353
Decimal 143 150 235
Hex 8F 96 EB

RGB Percentages of Color #8f96eb

%27.08
%28.41
%44.51

CMYK Percentages of Color #8f96eb

%39
%36
%0
%8

Triadic Colors of #8f96eb

#8f96eb #eb8f96 #96eb8f

Analogous Colors of #8f96eb

#8f96eb #b68feb #8fc4eb

Monochromatic Colors of #8f96eb

#8f96eb

Complementary Color

#8f96eb #ebe48f

#8f96eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f96eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f96eb Color CSS Codes

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

#8f96eb Text Font Color

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

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


#8f96eb Background Color

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

This div background color is #8f96eb


#8f96eb Border Color

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

This div border color is #8f96eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f96eb


Comments

No comments written yet.

Please login to write comment.