Color Hex Logo

#809be1 Color Hex

#809BE1
(128,155,225)
0 Favorites   0 Comments

Color spaces of #809be1

RGB 128155225
HSL0.620.620.69
HSV223°43°88°
CMYK 0.430.310.00   0.12
XYZ34.214033.468175.8909
Yxy33.46810.23830.2331
Hunter Lab57.85164.3263-37.2817
CIE-Lab64.53828.5320-38.4674

#809be1 color RGB value is (128,155,225).

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

The process color (four color CMYK) of #809be1 color hex is 0.43, 0.31, 0.00, 0.12. Web safe color of #809be1 is #9999cc. Color #809be1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011011 11100001
Octal 200 233 341
Decimal 128 155 225
Hex 80 9B E1

RGB Percentages of Color #809be1

%25.20
%30.51
%44.29

CMYK Percentages of Color #809be1

%43
%31
%0
%12

Triadic Colors of #809be1

#809be1 #e1809b #9be180

Analogous Colors of #809be1

#809be1 #9680e1 #80cce1

Monochromatic Colors of #809be1

#809be1

Complementary Color

#809be1 #e1c680

#809be1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809be1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#809be1 Color CSS Codes

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

#809be1 Text Font Color

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

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


#809be1 Background Color

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

This div background color is #809be1


#809be1 Border Color

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

This div border color is #809be1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809be1


Comments

No comments written yet.

Please login to write comment.