Color Hex Logo

#7595cd Color Hex

#7595CD
(117,149,205)
0 Favorites   0 Comments

Color spaces of #7595cd

RGB 117149205
HSL0.610.470.63
HSV218°43°80°
CMYK 0.430.270.00   0.20
XYZ29.103029.684661.9534
Yxy29.68460.24100.2459
Hunter Lab54.48360.0015-29.2803
CIE-Lab61.38113.4657-32.3132

#7595cd color RGB value is (117,149,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10010101 11001101
Octal 165 225 315
Decimal 117 149 205
Hex 75 95 CD

RGB Percentages of Color #7595cd

%24.84
%31.63
%43.52

CMYK Percentages of Color #7595cd

%43
%27
%0
%20

Triadic Colors of #7595cd

#7595cd #cd7595 #95cd75

Analogous Colors of #7595cd

#7595cd #8175cd #75c1cd

Monochromatic Colors of #7595cd

#7595cd

Complementary Color

#7595cd #cdad75

#7595cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7595cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7595cd Color CSS Codes

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

#7595cd Text Font Color

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

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


#7595cd Background Color

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

This div background color is #7595cd


#7595cd Border Color

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

This div border color is #7595cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7595cd


Comments

No comments written yet.

Please login to write comment.