Color Hex Logo

#7590cc Color Hex

#7590CC
(117,144,204)
0 Favorites   0 Comments

Color spaces of #7590cc

RGB 117144204
HSL0.610.460.63
HSV221°43°80°
CMYK 0.430.290.00   0.20
XYZ28.208528.088161.0615
Yxy28.08810.24040.2393
Hunter Lab52.99822.2604-31.2118
CIE-Lab59.96826.0671-33.9501

#7590cc color RGB value is (117,144,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10010000 11001100
Octal 165 220 314
Decimal 117 144 204
Hex 75 90 CC

RGB Percentages of Color #7590cc

%25.16
%30.97
%43.87

CMYK Percentages of Color #7590cc

%43
%29
%0
%20

Triadic Colors of #7590cc

#7590cc #cc7590 #90cc75

Analogous Colors of #7590cc

#7590cc #8675cc #75bccc

Monochromatic Colors of #7590cc

#7590cc

Complementary Color

#7590cc #ccb175

#7590cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7590cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7590cc Color CSS Codes

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

#7590cc Text Font Color

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

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


#7590cc Background Color

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

This div background color is #7590cc


#7590cc Border Color

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

This div border color is #7590cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,144,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 #7590cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7590cc


Comments

No comments written yet.

Please login to write comment.