Color Hex Logo

#4057de Color Hex

#4057DE
(64,87,222)
0 Favorites   0 Comments

Color spaces of #4057de

RGB 6487222
HSL0.640.710.56
HSV231°71°87°
CMYK 0.710.610.00   0.13
XYZ18.707413.180370.6653
Yxy13.18030.18240.1285
Hunter Lab36.304728.4459-89.9918
CIE-Lab43.033736.3896-71.3769

#4057de color RGB value is (64,87,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01010111 11011110
Octal 100 127 336
Decimal 64 87 222
Hex 40 57 DE

RGB Percentages of Color #4057de

%17.16
%23.32
%59.52

CMYK Percentages of Color #4057de

%71
%61
%0
%13

Triadic Colors of #4057de

#4057de #de4057 #57de40

Analogous Colors of #4057de

#4057de #7840de #40a6de

Monochromatic Colors of #4057de

#4057de

Complementary Color

#4057de #dec740

#4057de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4057de Color Preview on White Background

Lorem ipsum dolor sit amet.

#4057de Color CSS Codes

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

#4057de Text Font Color

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

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


#4057de Background Color

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

This div background color is #4057de


#4057de Border Color

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

This div border color is #4057de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,87,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 #4057de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4057de


Comments

No comments written yet.

Please login to write comment.