Color Hex Logo

#819eea Color Hex

#819EEA
(129,158,234)
0 Favorites   0 Comments

Color spaces of #819eea

RGB 129158234
HSL0.620.710.71
HSV223°45°92°
CMYK 0.450.320.00   0.08
XYZ36.131435.061482.7051
Yxy35.06140.23480.2278
Hunter Lab59.21275.2980-41.3642
CIE-Lab65.79649.6322-41.4539

#819eea color RGB value is (129,158,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011110 11101010
Octal 201 236 352
Decimal 129 158 234
Hex 81 9E EA

RGB Percentages of Color #819eea

%24.76
%30.33
%44.91

CMYK Percentages of Color #819eea

%45
%32
%0
%8

Triadic Colors of #819eea

#819eea #ea819e #9eea81

Analogous Colors of #819eea

#819eea #9981ea #81d3ea

Monochromatic Colors of #819eea

#819eea

Complementary Color

#819eea #eacd81

#819eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#819eea Color CSS Codes

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

#819eea Text Font Color

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

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


#819eea Background Color

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

This div background color is #819eea


#819eea Border Color

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

This div border color is #819eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819eea


Comments

No comments written yet.

Please login to write comment.