Color Hex Logo

#809be7 Color Hex

#809BE7
(128,155,231)
0 Favorites   0 Comments

Color spaces of #809be7

RGB 128155231
HSL0.620.680.70
HSV224°45°91°
CMYK 0.450.330.00   0.09
XYZ35.047233.801480.2784
Yxy33.80140.23500.2267
Hunter Lab58.13905.8598-41.1705
CIE-Lab64.804610.2475-41.3615

#809be7 color RGB value is (128,155,231).

#809be7 hex color red value is 128, green value is 155 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #809be7 hue: 0.62 , saturation: 0.68 and the lightness value of 809be7 is 0.70.

The process color (four color CMYK) of #809be7 color hex is 0.45, 0.33, 0.00, 0.09. Web safe color of #809be7 is #9999ff. Color #809be7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011011 11100111
Octal 200 233 347
Decimal 128 155 231
Hex 80 9B E7

RGB Percentages of Color #809be7

%24.90
%30.16
%44.94

CMYK Percentages of Color #809be7

%45
%33
%0
%9

Triadic Colors of #809be7

#809be7 #e7809b #9be780

Analogous Colors of #809be7

#809be7 #9980e7 #80cfe7

Monochromatic Colors of #809be7

#809be7

Complementary Color

#809be7 #e7cc80

#809be7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809be7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#809be7 Color CSS Codes

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

#809be7 Text Font Color

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

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


#809be7 Background Color

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

This div background color is #809be7


#809be7 Border Color

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

This div border color is #809be7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809be7


Comments

No comments written yet.

Please login to write comment.