Color Hex Logo

#7586ec Color Hex

#7586EC
(117,134,236)
0 Favorites   0 Comments

Color spaces of #7586ec

RGB 117134236
HSL0.640.760.69
HSV231°50°93°
CMYK 0.500.430.00   0.07
XYZ31.001526.888282.9129
Yxy26.88820.22020.1910
Hunter Lab51.853815.9744-58.5055
CIE-Lab58.870721.4608-53.5476

#7586ec color RGB value is (117,134,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000110 11101100
Octal 165 206 354
Decimal 117 134 236
Hex 75 86 EC

RGB Percentages of Color #7586ec

%24.02
%27.52
%48.46

CMYK Percentages of Color #7586ec

%50
%43
%0
%7

Triadic Colors of #7586ec

#7586ec #ec7586 #86ec75

Analogous Colors of #7586ec

#7586ec #a075ec #75c2ec

Monochromatic Colors of #7586ec

#7586ec

Complementary Color

#7586ec #ecdb75

#7586ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7586ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7586ec Color CSS Codes

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

#7586ec Text Font Color

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

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


#7586ec Background Color

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

This div background color is #7586ec


#7586ec Border Color

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

This div border color is #7586ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7586ec


Comments

No comments written yet.

Please login to write comment.