Color Hex Logo

#409aff Color Hex

#409AFF
(64,154,255)
0 Favorites   0 Comments

Color spaces of #409aff

RGB 64154255
HSL0.591.000.63
HSV212°75°100°
CMYK 0.750.400.00   0.00
XYZ31.720031.421299.0008
Yxy31.42120.19560.1938
Hunter Lab56.05462.9134-65.4767
CIE-Lab62.86166.8973-57.7882

#409aff color RGB value is (64,154,255).

#409aff hex color red value is 64, green value is 154 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #409aff hue: 0.59 , saturation: 1.00 and the lightness value of 409aff is 0.63.

The process color (four color CMYK) of #409aff color hex is 0.75, 0.40, 0.00, 0.00. Web safe color of #409aff is #3399ff. Color #409aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011010 11111111
Octal 100 232 377
Decimal 64 154 255
Hex 40 9A FF

RGB Percentages of Color #409aff

%13.53
%32.56
%53.91

CMYK Percentages of Color #409aff

%75
%40
%0
%0

Triadic Colors of #409aff

#409aff #ff409a #9aff40

Analogous Colors of #409aff

#409aff #4540ff #40faff

Monochromatic Colors of #409aff

#409aff

Complementary Color

#409aff #ffa540

#409aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#409aff Color CSS Codes

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

#409aff Text Font Color

<p style="color:#409aff">Text here</p>

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


#409aff Background Color

<div style="background-color:#409aff">
Div content here</div>

This div background color is #409aff


#409aff Border Color

<div style="border:3px solid #409aff">
Div here</div>

This div border color is #409aff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,154,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #409aff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #409aff;
  -webkit-box-shadow: 1px 1px 3px 2px #409aff;
  box-shadow:         1px 1px 3px 2px #409aff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409aff

#409aff Color Palettes


Comments

No comments written yet.

Please login to write comment.