Color Hex Logo

#819fed Color Hex

#819FED
(129,159,237)
0 Favorites   0 Comments

Color spaces of #819fed

RGB 129159237
HSL0.620.750.72
HSV223°46°93°
CMYK 0.460.330.00   0.07
XYZ36.737535.577885.0517
Yxy35.57780.23350.2261
Hunter Lab59.64715.5582-42.7895
CIE-Lab66.19619.9238-42.4747

#819fed color RGB value is (129,159,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011111 11101101
Octal 201 237 355
Decimal 129 159 237
Hex 81 9F ED

RGB Percentages of Color #819fed

%24.57
%30.29
%45.14

CMYK Percentages of Color #819fed

%46
%33
%0
%7

Triadic Colors of #819fed

#819fed #ed819f #9fed81

Analogous Colors of #819fed

#819fed #9981ed #81d5ed

Monochromatic Colors of #819fed

#819fed

Complementary Color

#819fed #edcf81

#819fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#819fed Color CSS Codes

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

#819fed Text Font Color

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

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


#819fed Background Color

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

This div background color is #819fed


#819fed Border Color

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

This div border color is #819fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819fed


Comments

No comments written yet.

Please login to write comment.