Color Hex Logo

#7596ed Color Hex

#7596ED
(117,150,237)
0 Favorites   0 Comments

Color spaces of #7596ed

RGB 117150237
HSL0.620.770.69
HSV224°51°93°
CMYK 0.510.370.00   0.07
XYZ33.528531.709084.4741
Yxy31.70900.22400.2118
Hunter Lab56.31077.7385-49.5259
CIE-Lab63.101612.3324-47.3920

#7596ed color RGB value is (117,150,237).

#7596ed hex color red value is 117, green value is 150 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #7596ed hue: 0.62 , saturation: 0.77 and the lightness value of 7596ed is 0.69.

The process color (four color CMYK) of #7596ed color hex is 0.51, 0.37, 0.00, 0.07. Web safe color of #7596ed is #6699ff. Color #7596ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10010110 11101101
Octal 165 226 355
Decimal 117 150 237
Hex 75 96 ED

RGB Percentages of Color #7596ed

%23.21
%29.76
%47.02

CMYK Percentages of Color #7596ed

%51
%37
%0
%7

Triadic Colors of #7596ed

#7596ed #ed7596 #96ed75

Analogous Colors of #7596ed

#7596ed #9075ed #75d2ed

Monochromatic Colors of #7596ed

#7596ed

Complementary Color

#7596ed #edcc75

#7596ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7596ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7596ed Color CSS Codes

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

#7596ed Text Font Color

<p style="color:#7596ed">Text here</p>

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


#7596ed Background Color

<div style="background-color:#7596ed">
Div content here</div>

This div background color is #7596ed


#7596ed Border Color

<div style="border:3px solid #7596ed">
Div here</div>

This div border color is #7596ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,150,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7596ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7596ed;
  -webkit-box-shadow: 1px 1px 3px 2px #7596ed;
  box-shadow:         1px 1px 3px 2px #7596ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7596ed


Comments

No comments written yet.

Please login to write comment.