Color Hex Logo

#8079cd Color Hex

#8079CD
(128,121,205)
0 Favorites   0 Comments

Color spaces of #8079cd

RGB 128121205
HSL0.680.460.64
HSV245°41°80°
CMYK 0.380.410.00   0.20
XYZ26.758922.671760.7233
Yxy22.67170.24290.2058
Hunter Lab47.614816.9888-42.2823
CIE-Lab54.732622.8209-42.6721

#8079cd color RGB value is (128,121,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111001 11001101
Octal 200 171 315
Decimal 128 121 205
Hex 80 79 CD

RGB Percentages of Color #8079cd

%28.19
%26.65
%45.15

CMYK Percentages of Color #8079cd

%38
%41
%0
%20

Triadic Colors of #8079cd

#8079cd #cd8079 #79cd80

Analogous Colors of #8079cd

#8079cd #aa79cd #799ccd

Monochromatic Colors of #8079cd

#8079cd

Complementary Color

#8079cd #c6cd79

#8079cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8079cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8079cd Color CSS Codes

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

#8079cd Text Font Color

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

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


#8079cd Background Color

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

This div background color is #8079cd


#8079cd Border Color

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

This div border color is #8079cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,121,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 #8079cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8079cd


Comments

No comments written yet.

Please login to write comment.