Color Hex Logo

#809bca Color Hex

#809BCA
(128,155,202)
0 Favorites   0 Comments

Color spaces of #809bca

RGB 128155202
HSL0.610.410.65
HSV218°37°79°
CMYK 0.370.230.00   0.21
XYZ31.284132.296260.4620
Yxy32.29620.25220.2604
Hunter Lab56.8297-1.1899-23.2987
CIE-Lab63.58692.1748-27.1694

#809bca color RGB value is (128,155,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011011 11001010
Octal 200 233 312
Decimal 128 155 202
Hex 80 9B CA

RGB Percentages of Color #809bca

%26.39
%31.96
%41.65

CMYK Percentages of Color #809bca

%37
%23
%0
%21

Triadic Colors of #809bca

#809bca #ca809b #9bca80

Analogous Colors of #809bca

#809bca #8a80ca #80c0ca

Monochromatic Colors of #809bca

#809bca

Complementary Color

#809bca #caaf80

#809bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#809bca Color CSS Codes

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

#809bca Text Font Color

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

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


#809bca Background Color

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

This div background color is #809bca


#809bca Border Color

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

This div border color is #809bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809bca


Comments

No comments written yet.

Please login to write comment.