Color Hex Logo

#818ee0 Color Hex

#818EE0
(129,142,224)
0 Favorites   0 Comments

Color spaces of #818ee0

RGB 129142224
HSL0.640.610.69
HSV232°42°88°
CMYK 0.420.370.00   0.12
XYZ32.180829.394974.4987
Yxy29.39490.23650.2160
Hunter Lab54.217111.0697-43.5174
CIE-Lab61.128616.0386-43.2550

#818ee0 color RGB value is (129,142,224).

#818ee0 hex color red value is 129, green value is 142 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #818ee0 hue: 0.64 , saturation: 0.61 and the lightness value of 818ee0 is 0.69.

The process color (four color CMYK) of #818ee0 color hex is 0.42, 0.37, 0.00, 0.12. Web safe color of #818ee0 is #9999cc. Color #818ee0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001110 11100000
Octal 201 216 340
Decimal 129 142 224
Hex 81 8E E0

RGB Percentages of Color #818ee0

%26.06
%28.69
%45.25

CMYK Percentages of Color #818ee0

%42
%37
%0
%12

Triadic Colors of #818ee0

#818ee0 #e0818e #8ee081

Analogous Colors of #818ee0

#818ee0 #a481e0 #81bee0

Monochromatic Colors of #818ee0

#818ee0

Complementary Color

#818ee0 #e0d381

#818ee0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818ee0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#818ee0 Color CSS Codes

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

#818ee0 Text Font Color

<p style="color:#818ee0">Text here</p>

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


#818ee0 Background Color

<div style="background-color:#818ee0">
Div content here</div>

This div background color is #818ee0


#818ee0 Border Color

<div style="border:3px solid #818ee0">
Div here</div>

This div border color is #818ee0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818ee0


Comments

No comments written yet.

Please login to write comment.