Color Hex Logo

#7587cd Color Hex

#7587CD
(117,135,205)
0 Favorites   0 Comments

Color spaces of #7587cd

RGB 117135205
HSL0.630.470.63
HSV228°43°80°
CMYK 0.430.340.00   0.20
XYZ27.019525.517661.2589
Yxy25.51760.23740.2242
Hunter Lab50.51497.0751-36.5398
CIE-Lab57.576311.6238-38.2516

#7587cd color RGB value is (117,135,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000111 11001101
Octal 165 207 315
Decimal 117 135 205
Hex 75 87 CD

RGB Percentages of Color #7587cd

%25.60
%29.54
%44.86

CMYK Percentages of Color #7587cd

%43
%34
%0
%20

Triadic Colors of #7587cd

#7587cd #cd7587 #87cd75

Analogous Colors of #7587cd

#7587cd #8f75cd #75b3cd

Monochromatic Colors of #7587cd

#7587cd

Complementary Color

#7587cd #cdbb75

#7587cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7587cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7587cd Color CSS Codes

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

#7587cd Text Font Color

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

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


#7587cd Background Color

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

This div background color is #7587cd


#7587cd Border Color

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

This div border color is #7587cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7587cd


Comments

No comments written yet.

Please login to write comment.