Color Hex Logo

#807dcf Color Hex

#807DCF
(128,125,207)
0 Favorites   0 Comments

Color spaces of #807dcf

RGB 128125207
HSL0.670.460.65
HSV242°40°81°
CMYK 0.380.400.00   0.19
XYZ27.498223.761462.1686
Yxy23.76140.24240.2095
Hunter Lab48.745715.3898-41.4945
CIE-Lab55.848121.0031-42.0446

#807dcf color RGB value is (128,125,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111101 11001111
Octal 200 175 317
Decimal 128 125 207
Hex 80 7D CF

RGB Percentages of Color #807dcf

%27.83
%27.17
%45.00

CMYK Percentages of Color #807dcf

%38
%40
%0
%19

Triadic Colors of #807dcf

#807dcf #cf807d #7dcf80

Analogous Colors of #807dcf

#807dcf #a97dcf #7da3cf

Monochromatic Colors of #807dcf

#807dcf

Complementary Color

#807dcf #cccf7d

#807dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#807dcf Color CSS Codes

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

#807dcf Text Font Color

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

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


#807dcf Background Color

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

This div background color is #807dcf


#807dcf Border Color

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

This div border color is #807dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807dcf


Comments

No comments written yet.

Please login to write comment.