Color Hex Logo

#4593dd Color Hex

#4593DD
(69,147,221)
0 Favorites   0 Comments

Color spaces of #4593dd

RGB 69147221
HSL0.580.690.57
HSV209°69°87°
CMYK 0.690.330.00   0.13
XYZ25.939127.353172.3192
Yxy27.35310.20650.2178
Hunter Lab52.3002-2.9955-45.3744
CIE-Lab59.2997-0.2465-44.6725

#4593dd color RGB value is (69,147,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 10010011 11011101
Octal 105 223 335
Decimal 69 147 221
Hex 45 93 DD

RGB Percentages of Color #4593dd

%15.79
%33.64
%50.57

CMYK Percentages of Color #4593dd

%69
%33
%0
%13

Triadic Colors of #4593dd

#4593dd #dd4593 #93dd45

Analogous Colors of #4593dd

#4593dd #4547dd #45dddb

Monochromatic Colors of #4593dd

#4593dd

Complementary Color

#4593dd #dd8f45

#4593dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4593dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4593dd Color CSS Codes

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

#4593dd Text Font Color

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

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


#4593dd Background Color

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

This div background color is #4593dd


#4593dd Border Color

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

This div border color is #4593dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4593dd

#4593dd Color Palettes


Comments

No comments written yet.

Please login to write comment.