Color Hex Logo

#818eec Color Hex

#818EEC
(129,142,236)
0 Favorites   0 Comments

Color spaces of #818eec

RGB 129142236
HSL0.650.740.72
HSV233°45°93°
CMYK 0.450.400.00   0.07
XYZ33.866630.069383.3759
Yxy30.06930.22990.2041
Hunter Lab54.835514.2802-51.7640
CIE-Lab61.714019.4973-48.9847

#818eec color RGB value is (129,142,236).

#818eec hex color red value is 129, green value is 142 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #818eec hue: 0.65 , saturation: 0.74 and the lightness value of 818eec is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001110 11101100
Octal 201 216 354
Decimal 129 142 236
Hex 81 8E EC

RGB Percentages of Color #818eec

%25.44
%28.01
%46.55

CMYK Percentages of Color #818eec

%45
%40
%0
%7

Triadic Colors of #818eec

#818eec #ec818e #8eec81

Analogous Colors of #818eec

#818eec #aa81ec #81c4ec

Monochromatic Colors of #818eec

#818eec

Complementary Color

#818eec #ecdf81

#818eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#818eec Color CSS Codes

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

#818eec Text Font Color

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

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


#818eec Background Color

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

This div background color is #818eec


#818eec Border Color

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

This div border color is #818eec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,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 #818eec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818eec


Comments

No comments written yet.

Please login to write comment.