Color Hex Logo

#409db5 Color Hex

#409DB5
(64,157,181)
0 Favorites   0 Comments

Color spaces of #409db5

RGB 64157181
HSL0.530.480.48
HSV192°65°71°
CMYK 0.650.130.00   0.29
XYZ22.511828.540148.0384
Yxy28.54010.22720.2880
Hunter Lab53.4229-18.2723-15.9181
CIE-Lab60.3736-19.8390-20.5769

#409db5 color RGB value is (64,157,181).

#409db5 hex color red value is 64, green value is 157 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #409db5 hue: 0.53 , saturation: 0.48 and the lightness value of 409db5 is 0.48.

The process color (four color CMYK) of #409db5 color hex is 0.65, 0.13, 0.00, 0.29. Web safe color of #409db5 is #3399cc. Color #409db5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011101 10110101
Octal 100 235 265
Decimal 64 157 181
Hex 40 9D B5

RGB Percentages of Color #409db5

%15.92
%39.05
%45.02

CMYK Percentages of Color #409db5

%65
%13
%0
%29

Triadic Colors of #409db5

#409db5 #b5409d #9db540

Analogous Colors of #409db5

#409db5 #4063b5 #40b593

Monochromatic Colors of #409db5

#409db5

Complementary Color

#409db5 #b55840

#409db5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409db5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#409db5 Color CSS Codes

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

#409db5 Text Font Color

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

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


#409db5 Background Color

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

This div background color is #409db5


#409db5 Border Color

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

This div border color is #409db5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409db5


Comments

No comments written yet.

Please login to write comment.