Color Hex Logo

#8f8eec Color Hex

#8F8EEC
(143,142,236)
0 Favorites   0 Comments

Color spaces of #8f8eec

RGB 143142236
HSL0.670.710.74
HSV241°40°93°
CMYK 0.390.400.00   0.07
XYZ36.141031.241883.4823
Yxy31.24180.23960.2071
Hunter Lab55.894417.6020-49.4279
CIE-Lab62.711222.9626-47.3431

#8f8eec color RGB value is (143,142,236).

#8f8eec hex color red value is 143, green value is 142 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #8f8eec hue: 0.67 , saturation: 0.71 and the lightness value of 8f8eec is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10001110 11101100
Octal 217 216 354
Decimal 143 142 236
Hex 8F 8E EC

RGB Percentages of Color #8f8eec

%27.45
%27.26
%45.30

CMYK Percentages of Color #8f8eec

%39
%40
%0
%7

Triadic Colors of #8f8eec

#8f8eec #ec8f8e #8eec8f

Analogous Colors of #8f8eec

#8f8eec #be8eec #8ebcec

Monochromatic Colors of #8f8eec

#8f8eec

Complementary Color

#8f8eec #ebec8e

#8f8eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f8eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f8eec Color CSS Codes

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

#8f8eec Text Font Color

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

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


#8f8eec Background Color

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

This div background color is #8f8eec


#8f8eec Border Color

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

This div border color is #8f8eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f8eec


Comments

No comments written yet.

Please login to write comment.