Color Hex Logo

#809cec Color Hex

#809CEC
(128,156,236)
0 Favorites   0 Comments

Color spaces of #809cec

RGB 128156236
HSL0.620.740.71
HSV224°46°93°
CMYK 0.460.340.00   0.07
XYZ35.930934.422384.1073
Yxy34.42230.23260.2229
Hunter Lab58.67056.6433-43.9260
CIE-Lab65.296411.1164-43.3416

#809cec color RGB value is (128,156,236).

#809cec hex color red value is 128, green value is 156 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #809cec hue: 0.62 , saturation: 0.74 and the lightness value of 809cec is 0.71.

The process color (four color CMYK) of #809cec color hex is 0.46, 0.34, 0.00, 0.07. Web safe color of #809cec is #9999ff. Color #809cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011100 11101100
Octal 200 234 354
Decimal 128 156 236
Hex 80 9C EC

RGB Percentages of Color #809cec

%24.62
%30.00
%45.38

CMYK Percentages of Color #809cec

%46
%34
%0
%7

Triadic Colors of #809cec

#809cec #ec809c #9cec80

Analogous Colors of #809cec

#809cec #9a80ec #80d2ec

Monochromatic Colors of #809cec

#809cec

Complementary Color

#809cec #ecd080

#809cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#809cec Color CSS Codes

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

#809cec Text Font Color

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

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


#809cec Background Color

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

This div background color is #809cec


#809cec Border Color

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

This div border color is #809cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809cec


Comments

No comments written yet.

Please login to write comment.