Color Hex Logo

#807cde Color Hex

#807CDE
(128,124,222)
0 Favorites   0 Comments

Color spaces of #807cde

RGB 128124222
HSL0.670.600.68
HSV242°44°87°
CMYK 0.420.440.00   0.13
XYZ29.294624.278472.2495
Yxy24.27840.23280.1930
Hunter Lab49.273119.8966-52.4461
CIE-Lab56.365525.8229-49.6755

#807cde color RGB value is (128,124,222).

#807cde hex color red value is 128, green value is 124 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #807cde hue: 0.67 , saturation: 0.60 and the lightness value of 807cde is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111100 11011110
Octal 200 174 336
Decimal 128 124 222
Hex 80 7C DE

RGB Percentages of Color #807cde

%27.00
%26.16
%46.84

CMYK Percentages of Color #807cde

%42
%44
%0
%13

Triadic Colors of #807cde

#807cde #de807c #7cde80

Analogous Colors of #807cde

#807cde #b17cde #7ca9de

Monochromatic Colors of #807cde

#807cde

Complementary Color

#807cde #dade7c

#807cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#807cde Color CSS Codes

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

#807cde Text Font Color

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

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


#807cde Background Color

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

This div background color is #807cde


#807cde Border Color

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

This div border color is #807cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807cde


Comments

No comments written yet.

Please login to write comment.