Color Hex Logo

#818ace Color Hex

#818ACE
(129,138,206)
0 Favorites   0 Comments

Color spaces of #818ace

RGB 129138206
HSL0.650.440.66
HSV233°37°81°
CMYK 0.370.330.00   0.19
XYZ29.282327.300362.1187
Yxy27.30030.24670.2300
Hunter Lab52.24978.5998-33.9140
CIE-Lab59.251313.3369-36.1326

#818ace color RGB value is (129,138,206).

#818ace hex color red value is 129, green value is 138 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #818ace hue: 0.65 , saturation: 0.44 and the lightness value of 818ace is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001010 11001110
Octal 201 212 316
Decimal 129 138 206
Hex 81 8A CE

RGB Percentages of Color #818ace

%27.27
%29.18
%43.55

CMYK Percentages of Color #818ace

%37
%33
%0
%19

Triadic Colors of #818ace

#818ace #ce818a #8ace81

Analogous Colors of #818ace

#818ace #9f81ce #81b1ce

Monochromatic Colors of #818ace

#818ace

Complementary Color

#818ace #cec581

#818ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#818ace Color CSS Codes

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

#818ace Text Font Color

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

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


#818ace Background Color

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

This div background color is #818ace


#818ace Border Color

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

This div border color is #818ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818ace


Comments

No comments written yet.

Please login to write comment.