Color Hex Logo

#809ef5 Color Hex

#809EF5
(128,158,245)
0 Favorites   0 Comments

Color spaces of #809ef5

RGB 128158245
HSL0.620.850.73
HSV225°48°96°
CMYK 0.480.360.00   0.04
XYZ37.610435.635591.2823
Yxy35.63550.22860.2166
Hunter Lab59.69557.9946-48.8754
CIE-Lab66.240512.5945-46.7904

#809ef5 color RGB value is (128,158,245).

#809ef5 hex color red value is 128, green value is 158 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #809ef5 hue: 0.62 , saturation: 0.85 and the lightness value of 809ef5 is 0.73.

The process color (four color CMYK) of #809ef5 color hex is 0.48, 0.36, 0.00, 0.04. Web safe color of #809ef5 is #9999ff. Color #809ef5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011110 11110101
Octal 200 236 365
Decimal 128 158 245
Hex 80 9E F5

RGB Percentages of Color #809ef5

%24.11
%29.76
%46.14

CMYK Percentages of Color #809ef5

%48
%36
%0
%4

Triadic Colors of #809ef5

#809ef5 #f5809e #9ef580

Analogous Colors of #809ef5

#809ef5 #9d80f5 #80d9f5

Monochromatic Colors of #809ef5

#809ef5

Complementary Color

#809ef5 #f5d780

#809ef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809ef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#809ef5 Color CSS Codes

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

#809ef5 Text Font Color

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

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


#809ef5 Background Color

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

This div background color is #809ef5


#809ef5 Border Color

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

This div border color is #809ef5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809ef5


Comments

No comments written yet.

Please login to write comment.