Color Hex Logo

#7587ec Color Hex

#7587EC
(117,135,236)
0 Favorites   0 Comments

Color spaces of #7587ec

RGB 117135236
HSL0.640.760.69
HSV231°50°93°
CMYK 0.500.430.00   0.07
XYZ31.140427.166082.9592
Yxy27.16600.22040.1923
Hunter Lab52.121015.4355-57.8851
CIE-Lab59.127720.8664-53.1385

#7587ec color RGB value is (117,135,236).

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

The process color (four color CMYK) of #7587ec color hex is 0.50, 0.43, 0.00, 0.07. Web safe color of #7587ec is #6699ff. Color #7587ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000111 11101100
Octal 165 207 354
Decimal 117 135 236
Hex 75 87 EC

RGB Percentages of Color #7587ec

%23.98
%27.66
%48.36

CMYK Percentages of Color #7587ec

%50
%43
%0
%7

Triadic Colors of #7587ec

#7587ec #ec7587 #87ec75

Analogous Colors of #7587ec

#7587ec #9f75ec #75c3ec

Monochromatic Colors of #7587ec

#7587ec

Complementary Color

#7587ec #ecda75

#7587ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7587ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7587ec Color CSS Codes

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

#7587ec Text Font Color

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

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


#7587ec Background Color

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

This div background color is #7587ec


#7587ec Border Color

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

This div border color is #7587ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7587ec


Comments

No comments written yet.

Please login to write comment.