Color Hex Logo

#4459dc Color Hex

#4459DC
(68,89,220)
0 Favorites   0 Comments

Color spaces of #4459dc

RGB 6889220
HSL0.640.680.56
HSV232°69°86°
CMYK 0.690.600.00   0.14
XYZ18.874513.541069.3290
Yxy13.54100.18550.1331
Hunter Lab36.798127.1596-85.9459
CIE-Lab43.567334.9527-69.3584

#4459dc color RGB value is (68,89,220).

#4459dc hex color red value is 68, green value is 89 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4459dc hue: 0.64 , saturation: 0.68 and the lightness value of 4459dc is 0.56.

The process color (four color CMYK) of #4459dc color hex is 0.69, 0.60, 0.00, 0.14. Web safe color of #4459dc is #3366cc. Color #4459dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01011001 11011100
Octal 104 131 334
Decimal 68 89 220
Hex 44 59 DC

RGB Percentages of Color #4459dc

%18.04
%23.61
%58.36

CMYK Percentages of Color #4459dc

%69
%60
%0
%14

Triadic Colors of #4459dc

#4459dc #dc4459 #59dc44

Analogous Colors of #4459dc

#4459dc #7b44dc #44a5dc

Monochromatic Colors of #4459dc

#4459dc

Complementary Color

#4459dc #dcc744

#4459dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4459dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4459dc Color CSS Codes

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

#4459dc Text Font Color

<p style="color:#4459dc">Text here</p>

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


#4459dc Background Color

<div style="background-color:#4459dc">
Div content here</div>

This div background color is #4459dc


#4459dc Border Color

<div style="border:3px solid #4459dc">
Div here</div>

This div border color is #4459dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,89,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4459dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4459dc;
  -webkit-box-shadow: 1px 1px 3px 2px #4459dc;
  box-shadow:         1px 1px 3px 2px #4459dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,89,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4459dc


Comments

No comments written yet.

Please login to write comment.