Color Hex Logo

#809cca Color Hex

#809CCA
(128,156,202)
0 Favorites   0 Comments

Color spaces of #809cca

RGB 128156202
HSL0.600.410.65
HSV217°37°79°
CMYK 0.370.230.00   0.21
XYZ31.451232.630460.5178
Yxy32.63040.25240.2619
Hunter Lab57.1230-1.6855-22.8274
CIE-Lab63.86051.6092-26.7483

#809cca color RGB value is (128,156,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011100 11001010
Octal 200 234 312
Decimal 128 156 202
Hex 80 9C CA

RGB Percentages of Color #809cca

%26.34
%32.10
%41.56

CMYK Percentages of Color #809cca

%37
%23
%0
%21

Triadic Colors of #809cca

#809cca #ca809c #9cca80

Analogous Colors of #809cca

#809cca #8980ca #80c1ca

Monochromatic Colors of #809cca

#809cca

Complementary Color

#809cca #caae80

#809cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#809cca Color CSS Codes

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

#809cca Text Font Color

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

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


#809cca Background Color

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

This div background color is #809cca


#809cca Border Color

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

This div border color is #809cca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,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 #809cca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809cca


Comments

No comments written yet.

Please login to write comment.