Color Hex Logo

#4594dd Color Hex

#4594DD
(69,148,221)
0 Favorites   0 Comments

Color spaces of #4594dd

RGB 69148221
HSL0.580.690.57
HSV209°69°87°
CMYK 0.690.330.00   0.13
XYZ26.095327.665572.3712
Yxy27.66550.20690.2193
Hunter Lab52.5980-3.4878-44.7603
CIE-Lab59.5853-0.8278-44.2219

#4594dd color RGB value is (69,148,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 10010100 11011101
Octal 105 224 335
Decimal 69 148 221
Hex 45 94 DD

RGB Percentages of Color #4594dd

%15.75
%33.79
%50.46

CMYK Percentages of Color #4594dd

%69
%33
%0
%13

Triadic Colors of #4594dd

#4594dd #dd4594 #94dd45

Analogous Colors of #4594dd

#4594dd #4548dd #45ddda

Monochromatic Colors of #4594dd

#4594dd

Complementary Color

#4594dd #dd8e45

#4594dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4594dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4594dd Color CSS Codes

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

#4594dd Text Font Color

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

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


#4594dd Background Color

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

This div background color is #4594dd


#4594dd Border Color

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

This div border color is #4594dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4594dd


Comments

No comments written yet.

Please login to write comment.