Color Hex Logo

#404acd Color Hex

#404ACD
(64,74,205)
0 Favorites   0 Comments

Color spaces of #404acd

RGB 6474205
HSL0.650.590.53
HSV236°69°80°
CMYK 0.690.640.00   0.20
XYZ15.582610.395358.9428
Yxy10.39530.18350.1224
Hunter Lab32.241729.8469-85.8219
CIE-Lab38.542738.5572-68.9605

#404acd color RGB value is (64,74,205).

#404acd hex color red value is 64, green value is 74 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #404acd hue: 0.65 , saturation: 0.59 and the lightness value of 404acd is 0.53.

The process color (four color CMYK) of #404acd color hex is 0.69, 0.64, 0.00, 0.20. Web safe color of #404acd is #3333cc. Color #404acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001010 11001101
Octal 100 112 315
Decimal 64 74 205
Hex 40 4A CD

RGB Percentages of Color #404acd

%18.66
%21.57
%59.77

CMYK Percentages of Color #404acd

%69
%64
%0
%20

Triadic Colors of #404acd

#404acd #cd404a #4acd40

Analogous Colors of #404acd

#404acd #7d40cd #4091cd

Monochromatic Colors of #404acd

#404acd

Complementary Color

#404acd #cdc340

#404acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#404acd Color CSS Codes

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

#404acd Text Font Color

<p style="color:#404acd">Text here</p>

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


#404acd Background Color

<div style="background-color:#404acd">
Div content here</div>

This div background color is #404acd


#404acd Border Color

<div style="border:3px solid #404acd">
Div here</div>

This div border color is #404acd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,74,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #404acd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #404acd;
  -webkit-box-shadow: 1px 1px 3px 2px #404acd;
  box-shadow:         1px 1px 3px 2px #404acd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404acd


Comments

No comments written yet.

Please login to write comment.