Color Hex Logo

#4594df Color Hex

#4594DF
(69,148,223)
0 Favorites   0 Comments

Color spaces of #4594df

RGB 69148223
HSL0.580.710.57
HSV209°69°87°
CMYK 0.690.340.00   0.13
XYZ26.363427.772773.7832
Yxy27.77270.20610.2171
Hunter Lab52.6998-2.9290-46.1200
CIE-Lab59.6828-0.1390-45.1816

#4594df color RGB value is (69,148,223).

#4594df hex color red value is 69, green value is 148 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #4594df hue: 0.58 , saturation: 0.71 and the lightness value of 4594df is 0.57.

The process color (four color CMYK) of #4594df color hex is 0.69, 0.34, 0.00, 0.13. Web safe color of #4594df is #3399cc. Color #4594df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 10010100 11011111
Octal 105 224 337
Decimal 69 148 223
Hex 45 94 DF

RGB Percentages of Color #4594df

%15.68
%33.64
%50.68

CMYK Percentages of Color #4594df

%69
%34
%0
%13

Triadic Colors of #4594df

#4594df #df4594 #94df45

Analogous Colors of #4594df

#4594df #4547df #45dfdd

Monochromatic Colors of #4594df

#4594df

Complementary Color

#4594df #df9045

#4594df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4594df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4594df Color CSS Codes

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

#4594df Text Font Color

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

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


#4594df Background Color

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

This div background color is #4594df


#4594df Border Color

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

This div border color is #4594df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,148,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4594df


Comments

No comments written yet.

Please login to write comment.