Color Hex Logo

#807cda Color Hex

#807CDA
(128,124,218)
0 Favorites   0 Comments

Color spaces of #807cda

RGB 128124218
HSL0.670.560.67
HSV243°43°85°
CMYK 0.410.430.00   0.15
XYZ28.764624.066569.4589
Yxy24.06650.23520.1968
Hunter Lab49.057618.8114-49.6062
CIE-Lab56.154324.6838-47.7641

#807cda color RGB value is (128,124,218).

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

The process color (four color CMYK) of #807cda color hex is 0.41, 0.43, 0.00, 0.15. Web safe color of #807cda is #9966cc. Color #807cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111100 11011010
Octal 200 174 332
Decimal 128 124 218
Hex 80 7C DA

RGB Percentages of Color #807cda

%27.23
%26.38
%46.38

CMYK Percentages of Color #807cda

%41
%43
%0
%15

Triadic Colors of #807cda

#807cda #da807c #7cda80

Analogous Colors of #807cda

#807cda #af7cda #7ca7da

Monochromatic Colors of #807cda

#807cda

Complementary Color

#807cda #d6da7c

#807cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#807cda Color CSS Codes

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

#807cda Text Font Color

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

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


#807cda Background Color

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

This div background color is #807cda


#807cda Border Color

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

This div border color is #807cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807cda


Comments

No comments written yet.

Please login to write comment.