Color Hex Logo

#819cca Color Hex

#819CCA
(129,156,202)
0 Favorites   0 Comments

Color spaces of #819cca

RGB 129156202
HSL0.610.410.65
HSV218°36°79°
CMYK 0.360.230.00   0.21
XYZ31.602432.708360.5248
Yxy32.70830.25320.2620
Hunter Lab57.1912-1.4499-22.7121
CIE-Lab63.92401.8888-26.6451

#819cca color RGB value is (129,156,202).

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

The process color (four color CMYK) of #819cca color hex is 0.36, 0.23, 0.00, 0.21. Web safe color of #819cca is #9999cc. Color #819cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011100 11001010
Octal 201 234 312
Decimal 129 156 202
Hex 81 9C CA

RGB Percentages of Color #819cca

%26.49
%32.03
%41.48

CMYK Percentages of Color #819cca

%36
%23
%0
%21

Triadic Colors of #819cca

#819cca #ca819c #9cca81

Analogous Colors of #819cca

#819cca #8b81ca #81c1ca

Monochromatic Colors of #819cca

#819cca

Complementary Color

#819cca #caaf81

#819cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#819cca Color CSS Codes

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

#819cca Text Font Color

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

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


#819cca Background Color

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

This div background color is #819cca


#819cca Border Color

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

This div border color is #819cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819cca


Comments

No comments written yet.

Please login to write comment.