Color Hex Logo

#819ebd Color Hex

#819EBD
(129,158,189)
0 Favorites   0 Comments

Color spaces of #819ebd

RGB 129158189
HSL0.590.310.62
HSV211°32°74°
CMYK 0.320.160.00   0.26
XYZ30.465432.795052.8685
Yxy32.79500.26230.2824
Hunter Lab57.2669-5.2570-14.6494
CIE-Lab63.9946-2.6204-19.2746

#819ebd color RGB value is (129,158,189).

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

The process color (four color CMYK) of #819ebd color hex is 0.32, 0.16, 0.00, 0.26. Web safe color of #819ebd is #9999cc. Color #819ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011110 10111101
Octal 201 236 275
Decimal 129 158 189
Hex 81 9E BD

RGB Percentages of Color #819ebd

%27.10
%33.19
%39.71

CMYK Percentages of Color #819ebd

%32
%16
%0
%26

Triadic Colors of #819ebd

#819ebd #bd819e #9ebd81

Analogous Colors of #819ebd

#819ebd #8281bd #81bcbd

Monochromatic Colors of #819ebd

#819ebd

Complementary Color

#819ebd #bda081

#819ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#819ebd Color CSS Codes

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

#819ebd Text Font Color

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

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


#819ebd Background Color

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

This div background color is #819ebd


#819ebd Border Color

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

This div border color is #819ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819ebd


Comments

No comments written yet.

Please login to write comment.