Color Hex Logo

#807de5 Color Hex

#807DE5
(128,125,229)
0 Favorites   0 Comments

Color spaces of #807de5

RGB 128125229
HSL0.670.670.69
HSV242°45°90°
CMYK 0.440.450.00   0.10
XYZ30.378624.913677.3364
Yxy24.91360.22910.1878
Hunter Lab49.913521.2908-56.9249
CIE-Lab56.991127.2416-52.5983

#807de5 color RGB value is (128,125,229).

#807de5 hex color red value is 128, green value is 125 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #807de5 hue: 0.67 , saturation: 0.67 and the lightness value of 807de5 is 0.69.

The process color (four color CMYK) of #807de5 color hex is 0.44, 0.45, 0.00, 0.10. Web safe color of #807de5 is #9966cc. Color #807de5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111101 11100101
Octal 200 175 345
Decimal 128 125 229
Hex 80 7D E5

RGB Percentages of Color #807de5

%26.56
%25.93
%47.51

CMYK Percentages of Color #807de5

%44
%45
%0
%10

Triadic Colors of #807de5

#807de5 #e5807d #7de580

Analogous Colors of #807de5

#807de5 #b47de5 #7daee5

Monochromatic Colors of #807de5

#807de5

Complementary Color

#807de5 #e2e57d

#807de5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807de5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#807de5 Color CSS Codes

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

#807de5 Text Font Color

<p style="color:#807de5">Text here</p>

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


#807de5 Background Color

<div style="background-color:#807de5">
Div content here</div>

This div background color is #807de5


#807de5 Border Color

<div style="border:3px solid #807de5">
Div here</div>

This div border color is #807de5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,125,229, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #807de5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #807de5;
  -webkit-box-shadow: 1px 1px 3px 2px #807de5;
  box-shadow:         1px 1px 3px 2px #807de5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807de5


Comments

No comments written yet.

Please login to write comment.