Color Hex Logo

#819aea Color Hex

#819AEA
(129,154,234)
0 Favorites   0 Comments

Color spaces of #819aea

RGB 129154234
HSL0.630.710.71
HSV226°45°92°
CMYK 0.450.340.00   0.08
XYZ35.460133.718882.4813
Yxy33.71880.23380.2223
Hunter Lab58.06797.3851-43.5697
CIE-Lab64.738811.9340-43.1128

#819aea color RGB value is (129,154,234).

#819aea hex color red value is 129, green value is 154 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #819aea hue: 0.63 , saturation: 0.71 and the lightness value of 819aea is 0.71.

The process color (four color CMYK) of #819aea color hex is 0.45, 0.34, 0.00, 0.08. Web safe color of #819aea is #9999ff. Color #819aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011010 11101010
Octal 201 232 352
Decimal 129 154 234
Hex 81 9A EA

RGB Percentages of Color #819aea

%24.95
%29.79
%45.26

CMYK Percentages of Color #819aea

%45
%34
%0
%8

Triadic Colors of #819aea

#819aea #ea819a #9aea81

Analogous Colors of #819aea

#819aea #9d81ea #81cfea

Monochromatic Colors of #819aea

#819aea

Complementary Color

#819aea #ead181

#819aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#819aea Color CSS Codes

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

#819aea Text Font Color

<p style="color:#819aea">Text here</p>

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


#819aea Background Color

<div style="background-color:#819aea">
Div content here</div>

This div background color is #819aea


#819aea Border Color

<div style="border:3px solid #819aea">
Div here</div>

This div border color is #819aea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,154,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #819aea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #819aea;
  -webkit-box-shadow: 1px 1px 3px 2px #819aea;
  box-shadow:         1px 1px 3px 2px #819aea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819aea


Comments

No comments written yet.

Please login to write comment.