Color Hex Logo

#807dca Color Hex

#807DCA
(128,125,202)
0 Favorites   0 Comments

Color spaces of #807dca

RGB 128125202
HSL0.670.420.64
HSV242°38°79°
CMYK 0.370.380.00   0.21
XYZ26.896423.520758.9995
Yxy23.52070.24580.2150
Hunter Lab48.498114.1219-38.1794
CIE-Lab55.604719.6221-39.5956

#807dca color RGB value is (128,125,202).

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

The process color (four color CMYK) of #807dca color hex is 0.37, 0.38, 0.00, 0.21. Web safe color of #807dca is #9966cc. Color #807dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111101 11001010
Octal 200 175 312
Decimal 128 125 202
Hex 80 7D CA

RGB Percentages of Color #807dca

%28.13
%27.47
%44.40

CMYK Percentages of Color #807dca

%37
%38
%0
%21

Triadic Colors of #807dca

#807dca #ca807d #7dca80

Analogous Colors of #807dca

#807dca #a77dca #7da1ca

Monochromatic Colors of #807dca

#807dca

Complementary Color

#807dca #c7ca7d

#807dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#807dca Color CSS Codes

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

#807dca Text Font Color

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

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


#807dca Background Color

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

This div background color is #807dca


#807dca Border Color

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

This div border color is #807dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807dca


Comments

No comments written yet.

Please login to write comment.