Color Hex Logo

#4059de Color Hex

#4059DE
(64,89,222)
0 Favorites   0 Comments

Color spaces of #4059de

RGB 6489222
HSL0.640.710.56
HSV231°71°87°
CMYK 0.710.600.00   0.13
XYZ18.871513.508770.7200
Yxy13.50870.18300.1310
Hunter Lab36.754227.3313-88.3540
CIE-Lab43.519935.1415-70.5832

#4059de color RGB value is (64,89,222).

#4059de hex color red value is 64, green value is 89 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #4059de hue: 0.64 , saturation: 0.71 and the lightness value of 4059de is 0.56.

The process color (four color CMYK) of #4059de color hex is 0.71, 0.60, 0.00, 0.13. Web safe color of #4059de is #3366cc. Color #4059de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01011001 11011110
Octal 100 131 336
Decimal 64 89 222
Hex 40 59 DE

RGB Percentages of Color #4059de

%17.07
%23.73
%59.20

CMYK Percentages of Color #4059de

%71
%60
%0
%13

Triadic Colors of #4059de

#4059de #de4059 #59de40

Analogous Colors of #4059de

#4059de #7640de #40a8de

Monochromatic Colors of #4059de

#4059de

Complementary Color

#4059de #dec540

#4059de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4059de Color Preview on White Background

Lorem ipsum dolor sit amet.

#4059de Color CSS Codes

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

#4059de Text Font Color

<p style="color:#4059de">Text here</p>

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


#4059de Background Color

<div style="background-color:#4059de">
Div content here</div>

This div background color is #4059de


#4059de Border Color

<div style="border:3px solid #4059de">
Div here</div>

This div border color is #4059de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,89,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4059de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4059de;
  -webkit-box-shadow: 1px 1px 3px 2px #4059de;
  box-shadow:         1px 1px 3px 2px #4059de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4059de


Comments

No comments written yet.

Please login to write comment.