Color Hex Logo

#819eed Color Hex

#819EED
(129,158,237)
0 Favorites   0 Comments

Color spaces of #819eed

RGB 129158237
HSL0.620.750.72
HSV224°46°93°
CMYK 0.460.330.00   0.07
XYZ36.566235.235384.9946
Yxy35.23530.23320.2247
Hunter Lab59.35936.0797-43.3438
CIE-Lab65.931510.4974-42.8897

#819eed color RGB value is (129,158,237).

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

The process color (four color CMYK) of #819eed color hex is 0.46, 0.33, 0.00, 0.07. Web safe color of #819eed is #9999ff. Color #819eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011110 11101101
Octal 201 236 355
Decimal 129 158 237
Hex 81 9E ED

RGB Percentages of Color #819eed

%24.62
%30.15
%45.23

CMYK Percentages of Color #819eed

%46
%33
%0
%7

Triadic Colors of #819eed

#819eed #ed819e #9eed81

Analogous Colors of #819eed

#819eed #9a81ed #81d4ed

Monochromatic Colors of #819eed

#819eed

Complementary Color

#819eed #edd081

#819eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#819eed Color CSS Codes

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

#819eed Text Font Color

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

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


#819eed Background Color

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

This div background color is #819eed


#819eed Border Color

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

This div border color is #819eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819eed


Comments

No comments written yet.

Please login to write comment.