color codes Logo

#4056dd color codes

#4056DD
(64,86,221)
0 Favorites   0 Comments

Color spaces of #4056dd

RGB 6486221
HSL0.640.700.56
HSV232°71°87°
CMYK 0.710.610.00   0.13
XYZ18.493312.966069.9346
Yxy12.96600.18240.1279
Hunter Lab36.008328.6601-89.9459
CIE-Lab42.712036.6624-71.3327

#4056dd color RGB value is (64,86,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01010110 11011101
Octal 100 126 335
Decimal 64 86 221
Hex 40 56 DD

RGB Percentages of Color #4056dd

%17.25
%23.18
%59.57

CMYK Percentages of Color #4056dd

%71
%61
%0
%13

Triadic Colors of #4056dd

#4056dd #dd4056 #56dd40

Analogous Colors of #4056dd

#4056dd #7940dd #40a5dd

Monochromatic Colors of #4056dd

#4056dd

Complementary Color

#4056dd #ddc740

#4056dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4056dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4056dd Color CSS Codes

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

#4056dd Text Font Color

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

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


#4056dd Background Color

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

This div background color is #4056dd


#4056dd Border Color

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

This div border color is #4056dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4056dd


Comments

No comments written yet.

Please login to write comment.