Color Hex Logo

#809bec Color Hex

#809BEC
(128,155,236)
0 Favorites   0 Comments

Color spaces of #809bec

RGB 128155236
HSL0.630.740.71
HSV225°46°93°
CMYK 0.460.340.00   0.07
XYZ35.763834.088084.0516
Yxy34.08800.23240.2215
Hunter Lab58.38497.1669-44.4851
CIE-Lab65.032411.6931-43.7563

#809bec color RGB value is (128,155,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011011 11101100
Octal 200 233 354
Decimal 128 155 236
Hex 80 9B EC

RGB Percentages of Color #809bec

%24.66
%29.87
%45.47

CMYK Percentages of Color #809bec

%46
%34
%0
%7

Triadic Colors of #809bec

#809bec #ec809b #9bec80

Analogous Colors of #809bec

#809bec #9b80ec #80d1ec

Monochromatic Colors of #809bec

#809bec

Complementary Color

#809bec #ecd180

#809bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#809bec Color CSS Codes

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

#809bec Text Font Color

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

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


#809bec Background Color

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

This div background color is #809bec


#809bec Border Color

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

This div border color is #809bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809bec


Comments

No comments written yet.

Please login to write comment.