Color Hex Logo

#819acd Color Hex

#819ACD
(129,154,205)
0 Favorites   0 Comments

Color spaces of #819acd

RGB 129154205
HSL0.610.430.65
HSV220°37°80°
CMYK 0.370.250.00   0.20
XYZ31.628332.186162.3032
Yxy32.18610.25080.2552
Hunter Lab56.73280.2306-25.3985
CIE-Lab63.49643.8266-28.9775

#819acd color RGB value is (129,154,205).

#819acd hex color red value is 129, green value is 154 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #819acd hue: 0.61 , saturation: 0.43 and the lightness value of 819acd is 0.65.

The process color (four color CMYK) of #819acd color hex is 0.37, 0.25, 0.00, 0.20. Web safe color of #819acd is #9999cc. Color #819acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011010 11001101
Octal 201 232 315
Decimal 129 154 205
Hex 81 9A CD

RGB Percentages of Color #819acd

%26.43
%31.56
%42.01

CMYK Percentages of Color #819acd

%37
%25
%0
%20

Triadic Colors of #819acd

#819acd #cd819a #9acd81

Analogous Colors of #819acd

#819acd #8e81cd #81c0cd

Monochromatic Colors of #819acd

#819acd

Complementary Color

#819acd #cdb481

#819acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#819acd Color CSS Codes

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

#819acd Text Font Color

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

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


#819acd Background Color

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

This div background color is #819acd


#819acd Border Color

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

This div border color is #819acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819acd


Comments

No comments written yet.

Please login to write comment.