Color Hex Logo

#807cc0 Color Hex

#807CC0
(128,124,192)
0 Favorites   0 Comments

Color spaces of #807cc0

RGB 128124192
HSL0.680.350.62
HSV244°35°75°
CMYK 0.330.350.00   0.25
XYZ25.624222.810352.9215
Yxy22.81030.25280.2251
Hunter Lab47.760112.1884-32.2653
CIE-Lab54.876417.5018-35.0481

#807cc0 color RGB value is (128,124,192).

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

The process color (four color CMYK) of #807cc0 color hex is 0.33, 0.35, 0.00, 0.25. Web safe color of #807cc0 is #9966cc. Color #807cc0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111100 11000000
Octal 200 174 300
Decimal 128 124 192
Hex 80 7C C0

RGB Percentages of Color #807cc0

%28.83
%27.93
%43.24

CMYK Percentages of Color #807cc0

%33
%35
%0
%25

Triadic Colors of #807cc0

#807cc0 #c0807c #7cc080

Analogous Colors of #807cc0

#807cc0 #a27cc0 #7c9ac0

Monochromatic Colors of #807cc0

#807cc0

Complementary Color

#807cc0 #bcc07c

#807cc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807cc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#807cc0 Color CSS Codes

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

#807cc0 Text Font Color

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

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


#807cc0 Background Color

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

This div background color is #807cc0


#807cc0 Border Color

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

This div border color is #807cc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807cc0


Comments

No comments written yet.

Please login to write comment.