Color Hex Logo

#807cc8 Color Hex

#807CC8
(128,124,200)
0 Favorites   0 Comments

Color spaces of #807cc8

RGB 128124200
HSL0.680.410.64
HSV243°38°78°
CMYK 0.360.380.00   0.22
XYZ26.535123.174657.7182
Yxy23.17460.24700.2157
Hunter Lab48.140014.1454-37.3887
CIE-Lab55.251719.6670-39.0152

#807cc8 color RGB value is (128,124,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111100 11001000
Octal 200 174 310
Decimal 128 124 200
Hex 80 7C C8

RGB Percentages of Color #807cc8

%28.32
%27.43
%44.25

CMYK Percentages of Color #807cc8

%36
%38
%0
%22

Triadic Colors of #807cc8

#807cc8 #c8807c #7cc880

Analogous Colors of #807cc8

#807cc8 #a67cc8 #7c9ec8

Monochromatic Colors of #807cc8

#807cc8

Complementary Color

#807cc8 #c4c87c

#807cc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807cc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#807cc8 Color CSS Codes

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

#807cc8 Text Font Color

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

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


#807cc8 Background Color

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

This div background color is #807cc8


#807cc8 Border Color

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

This div border color is #807cc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807cc8


Comments

No comments written yet.

Please login to write comment.