Color Hex Logo

#7590cd Color Hex

#7590CD
(117,144,205)
0 Favorites   0 Comments

Color spaces of #7590cd

RGB 117144205
HSL0.620.470.63
HSV222°43°80°
CMYK 0.430.300.00   0.20
XYZ28.328828.136261.6953
Yxy28.13620.23970.2381
Hunter Lab53.04362.5047-31.8301
CIE-Lab60.01166.3537-34.4440

#7590cd color RGB value is (117,144,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10010000 11001101
Octal 165 220 315
Decimal 117 144 205
Hex 75 90 CD

RGB Percentages of Color #7590cd

%25.11
%30.90
%43.99

CMYK Percentages of Color #7590cd

%43
%30
%0
%20

Triadic Colors of #7590cd

#7590cd #cd7590 #90cd75

Analogous Colors of #7590cd

#7590cd #8675cd #75bccd

Monochromatic Colors of #7590cd

#7590cd

Complementary Color

#7590cd #cdb275

#7590cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7590cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7590cd Color CSS Codes

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

#7590cd Text Font Color

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

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


#7590cd Background Color

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

This div background color is #7590cd


#7590cd Border Color

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

This div border color is #7590cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7590cd


Comments

No comments written yet.

Please login to write comment.