Color Hex Logo

#809eca Color Hex

#809ECA
(128,158,202)
0 Favorites   0 Comments

Color spaces of #809eca

RGB 128158202
HSL0.600.410.65
HSV216°37°79°
CMYK 0.370.220.00   0.21
XYZ31.789633.307260.6306
Yxy33.30720.25280.2649
Hunter Lab57.7124-2.6739-21.8893
CIE-Lab64.40890.4814-25.9049

#809eca color RGB value is (128,158,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011110 11001010
Octal 200 236 312
Decimal 128 158 202
Hex 80 9E CA

RGB Percentages of Color #809eca

%26.23
%32.38
%41.39

CMYK Percentages of Color #809eca

%37
%22
%0
%21

Triadic Colors of #809eca

#809eca #ca809e #9eca80

Analogous Colors of #809eca

#809eca #8780ca #80c3ca

Monochromatic Colors of #809eca

#809eca

Complementary Color

#809eca #caac80

#809eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#809eca Color CSS Codes

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

#809eca Text Font Color

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

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


#809eca Background Color

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

This div background color is #809eca


#809eca Border Color

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

This div border color is #809eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809eca


Comments

No comments written yet.

Please login to write comment.