Color Hex Logo

#7587dc Color Hex

#7587DC
(117,135,220)
0 Favorites   0 Comments

Color spaces of #7587dc

RGB 117135220
HSL0.640.600.66
HSV230°47°86°
CMYK 0.470.390.00   0.14
XYZ28.918426.277271.2580
Yxy26.27720.22870.2078
Hunter Lab51.261310.9912-46.5358
CIE-Lab58.299216.0357-45.5398

#7587dc color RGB value is (117,135,220).

#7587dc hex color red value is 117, green value is 135 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7587dc hue: 0.64 , saturation: 0.60 and the lightness value of 7587dc is 0.66.

The process color (four color CMYK) of #7587dc color hex is 0.47, 0.39, 0.00, 0.14. Web safe color of #7587dc is #6699cc. Color #7587dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000111 11011100
Octal 165 207 334
Decimal 117 135 220
Hex 75 87 DC

RGB Percentages of Color #7587dc

%24.79
%28.60
%46.61

CMYK Percentages of Color #7587dc

%47
%39
%0
%14

Triadic Colors of #7587dc

#7587dc #dc7587 #87dc75

Analogous Colors of #7587dc

#7587dc #9775dc #75bbdc

Monochromatic Colors of #7587dc

#7587dc

Complementary Color

#7587dc #dcca75

#7587dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7587dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7587dc Color CSS Codes

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

#7587dc Text Font Color

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

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


#7587dc Background Color

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

This div background color is #7587dc


#7587dc Border Color

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

This div border color is #7587dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7587dc


Comments

No comments written yet.

Please login to write comment.