Color Hex Logo

#409ece Color Hex

#409ECE
(64,158,206)
0 Favorites   0 Comments

Color spaces of #409ece

RGB 64158206
HSL0.560.590.53
HSV200°69°81°
CMYK 0.690.230.00   0.19
XYZ25.481829.999962.8401
Yxy29.99990.21540.2535
Hunter Lab54.7722-12.8073-29.6829
CIE-Lab61.6541-12.3120-32.6294

#409ece color RGB value is (64,158,206).

#409ece hex color red value is 64, green value is 158 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #409ece hue: 0.56 , saturation: 0.59 and the lightness value of 409ece is 0.53.

The process color (four color CMYK) of #409ece color hex is 0.69, 0.23, 0.00, 0.19. Web safe color of #409ece is #3399cc. Color #409ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011110 11001110
Octal 100 236 316
Decimal 64 158 206
Hex 40 9E CE

RGB Percentages of Color #409ece

%14.95
%36.92
%48.13

CMYK Percentages of Color #409ece

%69
%23
%0
%19

Triadic Colors of #409ece

#409ece #ce409e #9ece40

Analogous Colors of #409ece

#409ece #4057ce #40ceb7

Monochromatic Colors of #409ece

#409ece

Complementary Color

#409ece #ce7040

#409ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#409ece Color CSS Codes

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

#409ece Text Font Color

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

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


#409ece Background Color

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

This div background color is #409ece


#409ece Border Color

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

This div border color is #409ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409ece


Comments

No comments written yet.

Please login to write comment.