Color Hex Logo

#8e81ca Color Hex

#8E81CA
(142,129,202)
0 Favorites   0 Comments

Color spaces of #8e81ca

RGB 142129202
HSL0.700.410.65
HSV251°36°79°
CMYK 0.300.360.00   0.21
XYZ29.666325.715659.2771
Yxy25.71560.25870.2243
Hunter Lab50.710615.6812-33.8085
CIE-Lab57.766121.2081-36.1244

#8e81ca color RGB value is (142,129,202).

#8e81ca hex color red value is 142, green value is 129 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8e81ca hue: 0.70 , saturation: 0.41 and the lightness value of 8e81ca is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10000001 11001010
Octal 216 201 312
Decimal 142 129 202
Hex 8E 81 CA

RGB Percentages of Color #8e81ca

%30.02
%27.27
%42.71

CMYK Percentages of Color #8e81ca

%30
%36
%0
%21

Triadic Colors of #8e81ca

#8e81ca #ca8e81 #81ca8e

Analogous Colors of #8e81ca

#8e81ca #b381ca #8199ca

Monochromatic Colors of #8e81ca

#8e81ca

Complementary Color

#8e81ca #bdca81

#8e81ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e81ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e81ca Color CSS Codes

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

#8e81ca Text Font Color

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

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


#8e81ca Background Color

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

This div background color is #8e81ca


#8e81ca Border Color

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

This div border color is #8e81ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e81ca


Comments

No comments written yet.

Please login to write comment.