Color Hex Logo

#4594ed Color Hex

#4594ED
(69,148,237)
0 Favorites   0 Comments

Color spaces of #4594ed

RGB 69148237
HSL0.590.820.60
HSV212°71°93°
CMYK 0.710.380.00   0.07
XYZ28.330228.559484.1401
Yxy28.55940.20090.2025
Hunter Lab53.44101.1049-55.9404
CIE-Lab60.39084.7247-51.8234

#4594ed color RGB value is (69,148,237).

#4594ed hex color red value is 69, green value is 148 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #4594ed hue: 0.59 , saturation: 0.82 and the lightness value of 4594ed is 0.60.

The process color (four color CMYK) of #4594ed color hex is 0.71, 0.38, 0.00, 0.07. Web safe color of #4594ed is #3399ff. Color #4594ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 10010100 11101101
Octal 105 224 355
Decimal 69 148 237
Hex 45 94 ED

RGB Percentages of Color #4594ed

%15.20
%32.60
%52.20

CMYK Percentages of Color #4594ed

%71
%38
%0
%7

Triadic Colors of #4594ed

#4594ed #ed4594 #94ed45

Analogous Colors of #4594ed

#4594ed #4a45ed #45e8ed

Monochromatic Colors of #4594ed

#4594ed

Complementary Color

#4594ed #ed9e45

#4594ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4594ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4594ed Color CSS Codes

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

#4594ed Text Font Color

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

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


#4594ed Background Color

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

This div background color is #4594ed


#4594ed Border Color

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

This div border color is #4594ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4594ed


Comments

No comments written yet.

Please login to write comment.