Color Hex Logo

#4057c7 Color Hex

#4057C7
(64,87,199)
0 Favorites   0 Comments

Color spaces of #4057c7

RGB 6487199
HSL0.640.550.52
HSV230°68°78°
CMYK 0.680.560.00   0.22
XYZ15.831412.029955.5204
Yxy12.02990.18990.1443
Hunter Lab34.684120.7782-70.6291
CIE-Lab41.263628.2782-61.0515

#4057c7 color RGB value is (64,87,199).

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

The process color (four color CMYK) of #4057c7 color hex is 0.68, 0.56, 0.00, 0.22. Web safe color of #4057c7 is #3366cc. Color #4057c7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01010111 11000111
Octal 100 127 307
Decimal 64 87 199
Hex 40 57 C7

RGB Percentages of Color #4057c7

%18.29
%24.86
%56.86

CMYK Percentages of Color #4057c7

%68
%56
%0
%22

Triadic Colors of #4057c7

#4057c7 #c74057 #57c740

Analogous Colors of #4057c7

#4057c7 #6d40c7 #409bc7

Monochromatic Colors of #4057c7

#4057c7

Complementary Color

#4057c7 #c7b040

#4057c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4057c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4057c7 Color CSS Codes

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

#4057c7 Text Font Color

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

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


#4057c7 Background Color

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

This div background color is #4057c7


#4057c7 Border Color

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

This div border color is #4057c7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4057c7


Comments

No comments written yet.

Please login to write comment.