Color Hex Logo

#404adc Color Hex

#404ADC
(64,74,220)
0 Favorites   0 Comments

Color spaces of #404adc

RGB 6474220
HSL0.660.690.56
HSV236°71°86°
CMYK 0.710.660.00   0.14
XYZ17.481411.154968.9419
Yxy11.15490.17920.1143
Hunter Lab33.399034.9808-99.0068
CIE-Lab39.840143.6571-75.4637

#404adc color RGB value is (64,74,220).

#404adc hex color red value is 64, green value is 74 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #404adc hue: 0.66 , saturation: 0.69 and the lightness value of 404adc is 0.56.

The process color (four color CMYK) of #404adc color hex is 0.71, 0.66, 0.00, 0.14. Web safe color of #404adc is #3333cc. Color #404adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001010 11011100
Octal 100 112 334
Decimal 64 74 220
Hex 40 4A DC

RGB Percentages of Color #404adc

%17.88
%20.67
%61.45

CMYK Percentages of Color #404adc

%71
%66
%0
%14

Triadic Colors of #404adc

#404adc #dc404a #4adc40

Analogous Colors of #404adc

#404adc #8440dc #4098dc

Monochromatic Colors of #404adc

#404adc

Complementary Color

#404adc #dcd240

#404adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#404adc Color CSS Codes

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

#404adc Text Font Color

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

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


#404adc Background Color

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

This div background color is #404adc


#404adc Border Color

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

This div border color is #404adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404adc


Comments

No comments written yet.

Please login to write comment.