Color Hex Logo

#7580cc Color Hex

#7580CC
(117,128,204)
0 Favorites   0 Comments

Color spaces of #7580cc

RGB 117128204
HSL0.650.460.63
HSV232°43°80°
CMYK 0.430.370.00   0.20
XYZ25.954423.579960.3102
Yxy23.57990.23630.2147
Hunter Lab48.559110.4281-39.6465
CIE-Lab55.664715.4855-40.6907

#7580cc color RGB value is (117,128,204).

#7580cc hex color red value is 117, green value is 128 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7580cc hue: 0.65 , saturation: 0.46 and the lightness value of 7580cc is 0.63.

The process color (four color CMYK) of #7580cc color hex is 0.43, 0.37, 0.00, 0.20. Web safe color of #7580cc is #6699cc. Color #7580cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000000 11001100
Octal 165 200 314
Decimal 117 128 204
Hex 75 80 CC

RGB Percentages of Color #7580cc

%26.06
%28.51
%45.43

CMYK Percentages of Color #7580cc

%43
%37
%0
%20

Triadic Colors of #7580cc

#7580cc #cc7580 #80cc75

Analogous Colors of #7580cc

#7580cc #9675cc #75accc

Monochromatic Colors of #7580cc

#7580cc

Complementary Color

#7580cc #ccc175

#7580cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7580cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7580cc Color CSS Codes

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

#7580cc Text Font Color

<p style="color:#7580cc">Text here</p>

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


#7580cc Background Color

<div style="background-color:#7580cc">
Div content here</div>

This div background color is #7580cc


#7580cc Border Color

<div style="border:3px solid #7580cc">
Div here</div>

This div border color is #7580cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,128,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7580cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7580cc;
  -webkit-box-shadow: 1px 1px 3px 2px #7580cc;
  box-shadow:         1px 1px 3px 2px #7580cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7580cc


Comments

No comments written yet.

Please login to write comment.