Color Hex Logo

#7597ea Color Hex

#7597EA
(117,151,234)
0 Favorites   0 Comments

Color spaces of #7597ea

RGB 117151234
HSL0.620.740.69
HSV223°50°92°
CMYK 0.500.350.00   0.08
XYZ33.254031.855682.2380
Yxy31.85560.22570.2162
Hunter Lab56.44086.3980-46.8810
CIE-Lab63.223410.8410-45.5461

#7597ea color RGB value is (117,151,234).

#7597ea hex color red value is 117, green value is 151 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7597ea hue: 0.62 , saturation: 0.74 and the lightness value of 7597ea is 0.69.

The process color (four color CMYK) of #7597ea color hex is 0.50, 0.35, 0.00, 0.08. Web safe color of #7597ea is #6699ff. Color #7597ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10010111 11101010
Octal 165 227 352
Decimal 117 151 234
Hex 75 97 EA

RGB Percentages of Color #7597ea

%23.31
%30.08
%46.61

CMYK Percentages of Color #7597ea

%50
%35
%0
%8

Triadic Colors of #7597ea

#7597ea #ea7597 #97ea75

Analogous Colors of #7597ea

#7597ea #8e75ea #75d2ea

Monochromatic Colors of #7597ea

#7597ea

Complementary Color

#7597ea #eac875

#7597ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7597ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7597ea Color CSS Codes

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

#7597ea Text Font Color

<p style="color:#7597ea">Text here</p>

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


#7597ea Background Color

<div style="background-color:#7597ea">
Div content here</div>

This div background color is #7597ea


#7597ea Border Color

<div style="border:3px solid #7597ea">
Div here</div>

This div border color is #7597ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,151,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7597ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7597ea;
  -webkit-box-shadow: 1px 1px 3px 2px #7597ea;
  box-shadow:         1px 1px 3px 2px #7597ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7597ea


Comments

No comments written yet.

Please login to write comment.