Color Hex Logo

#8e81cf Color Hex

#8E81CF
(142,129,207)
0 Favorites   0 Comments

Color spaces of #8e81cf

RGB 142129207
HSL0.690.450.66
HSV250°38°81°
CMYK 0.310.380.00   0.19
XYZ30.268125.956362.4462
Yxy25.95630.25510.2187
Hunter Lab50.947316.8901-37.0087
CIE-Lab57.995522.4972-38.5887

#8e81cf color RGB value is (142,129,207).

#8e81cf hex color red value is 142, green value is 129 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #8e81cf hue: 0.69 , saturation: 0.45 and the lightness value of 8e81cf is 0.66.

The process color (four color CMYK) of #8e81cf color hex is 0.31, 0.38, 0.00, 0.19. Web safe color of #8e81cf is #9999cc. Color #8e81cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10000001 11001111
Octal 216 201 317
Decimal 142 129 207
Hex 8E 81 CF

RGB Percentages of Color #8e81cf

%29.71
%26.99
%43.31

CMYK Percentages of Color #8e81cf

%31
%38
%0
%19

Triadic Colors of #8e81cf

#8e81cf #cf8e81 #81cf8e

Analogous Colors of #8e81cf

#8e81cf #b581cf #819bcf

Monochromatic Colors of #8e81cf

#8e81cf

Complementary Color

#8e81cf #c2cf81

#8e81cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e81cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e81cf Color CSS Codes

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

#8e81cf Text Font Color

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

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


#8e81cf Background Color

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

This div background color is #8e81cf


#8e81cf Border Color

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

This div border color is #8e81cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e81cf


Comments

No comments written yet.

Please login to write comment.