Color Hex Logo

#819aed Color Hex

#819AED
(129,154,237)
0 Favorites   0 Comments

Color spaces of #819aed

RGB 129154237
HSL0.630.750.72
HSV226°46°93°
CMYK 0.460.350.00   0.07
XYZ35.894933.892884.7709
Yxy33.89280.23220.2193
Hunter Lab58.21758.1762-45.5803
CIE-Lab64.877412.8016-44.5454

#819aed color RGB value is (129,154,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011010 11101101
Octal 201 232 355
Decimal 129 154 237
Hex 81 9A ED

RGB Percentages of Color #819aed

%24.81
%29.62
%45.58

CMYK Percentages of Color #819aed

%46
%35
%0
%7

Triadic Colors of #819aed

#819aed #ed819a #9aed81

Analogous Colors of #819aed

#819aed #9e81ed #81d0ed

Monochromatic Colors of #819aed

#819aed

Complementary Color

#819aed #edd481

#819aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#819aed Color CSS Codes

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

#819aed Text Font Color

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

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


#819aed Background Color

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

This div background color is #819aed


#819aed Border Color

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

This div border color is #819aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819aed


Comments

No comments written yet.

Please login to write comment.