Color Hex Logo

#4056ca Color Hex

#4056CA
(64,86,202)
0 Favorites   0 Comments

Color spaces of #4056ca

RGB 6486202
HSL0.640.570.52
HSV230°68°79°
CMYK 0.680.570.00   0.21
XYZ16.102812.009857.3465
Yxy12.00980.18840.1405
Hunter Lab34.655222.2949-73.8530
CIE-Lab41.231729.9789-62.8395

#4056ca color RGB value is (64,86,202).

#4056ca hex color red value is 64, green value is 86 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #4056ca hue: 0.64 , saturation: 0.57 and the lightness value of 4056ca is 0.52.

The process color (four color CMYK) of #4056ca color hex is 0.68, 0.57, 0.00, 0.21. Web safe color of #4056ca is #3366cc. Color #4056ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01010110 11001010
Octal 100 126 312
Decimal 64 86 202
Hex 40 56 CA

RGB Percentages of Color #4056ca

%18.18
%24.43
%57.39

CMYK Percentages of Color #4056ca

%68
%57
%0
%21

Triadic Colors of #4056ca

#4056ca #ca4056 #56ca40

Analogous Colors of #4056ca

#4056ca #6f40ca #409bca

Monochromatic Colors of #4056ca

#4056ca

Complementary Color

#4056ca #cab440

#4056ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4056ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4056ca Color CSS Codes

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

#4056ca Text Font Color

<p style="color:#4056ca">Text here</p>

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


#4056ca Background Color

<div style="background-color:#4056ca">
Div content here</div>

This div background color is #4056ca


#4056ca Border Color

<div style="border:3px solid #4056ca">
Div here</div>

This div border color is #4056ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,86,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4056ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4056ca;
  -webkit-box-shadow: 1px 1px 3px 2px #4056ca;
  box-shadow:         1px 1px 3px 2px #4056ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4056ca


Comments

No comments written yet.

Please login to write comment.