Color Hex Logo

#8077cd Color Hex

#8077CD
(128,119,205)
0 Favorites   0 Comments

Color spaces of #8077cd

RGB 128119205
HSL0.680.460.64
HSV246°42°80°
CMYK 0.380.420.00   0.20
XYZ26.518422.190660.6432
Yxy22.19060.24250.2029
Hunter Lab47.106918.0479-43.3523
CIE-Lab54.228724.0082-43.4684

#8077cd color RGB value is (128,119,205).

#8077cd hex color red value is 128, green value is 119 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8077cd hue: 0.68 , saturation: 0.46 and the lightness value of 8077cd is 0.64.

The process color (four color CMYK) of #8077cd color hex is 0.38, 0.42, 0.00, 0.20. Web safe color of #8077cd is #9966cc. Color #8077cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110111 11001101
Octal 200 167 315
Decimal 128 119 205
Hex 80 77 CD

RGB Percentages of Color #8077cd

%28.32
%26.33
%45.35

CMYK Percentages of Color #8077cd

%38
%42
%0
%20

Triadic Colors of #8077cd

#8077cd #cd8077 #77cd80

Analogous Colors of #8077cd

#8077cd #ab77cd #7799cd

Monochromatic Colors of #8077cd

#8077cd

Complementary Color

#8077cd #c4cd77

#8077cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8077cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8077cd Color CSS Codes

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

#8077cd Text Font Color

<p style="color:#8077cd">Text here</p>

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


#8077cd Background Color

<div style="background-color:#8077cd">
Div content here</div>

This div background color is #8077cd


#8077cd Border Color

<div style="border:3px solid #8077cd">
Div here</div>

This div border color is #8077cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,119,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8077cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8077cd;
  -webkit-box-shadow: 1px 1px 3px 2px #8077cd;
  box-shadow:         1px 1px 3px 2px #8077cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8077cd


Comments

No comments written yet.

Please login to write comment.