Color Hex Logo

#7594ea Color Hex

#7594EA
(117,148,234)
0 Favorites   0 Comments

Color spaces of #7594ea

RGB 117148234
HSL0.620.740.69
HSV224°50°92°
CMYK 0.500.370.00   0.08
XYZ32.777330.902282.0791
Yxy30.90220.22490.2120
Hunter Lab55.58977.9666-48.6298
CIE-Lab62.425012.5906-46.8052

#7594ea color RGB value is (117,148,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10010100 11101010
Octal 165 224 352
Decimal 117 148 234
Hex 75 94 EA

RGB Percentages of Color #7594ea

%23.45
%29.66
%46.89

CMYK Percentages of Color #7594ea

%50
%37
%0
%8

Triadic Colors of #7594ea

#7594ea #ea7594 #94ea75

Analogous Colors of #7594ea

#7594ea #9175ea #75cfea

Monochromatic Colors of #7594ea

#7594ea

Complementary Color

#7594ea #eacb75

#7594ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7594ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7594ea Color CSS Codes

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

#7594ea Text Font Color

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

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


#7594ea Background Color

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

This div background color is #7594ea


#7594ea Border Color

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

This div border color is #7594ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7594ea


Comments

No comments written yet.

Please login to write comment.