Color Hex Logo

#42409e Color Hex

#42409E
(66,64,158)
0 Favorites   0 Comments

Color spaces of #42409e

RGB 6664158
HSL0.670.420.44
HSV241°59°62°
CMYK 0.580.590.00   0.38
XYZ10.25177.293733.2152
Yxy7.29370.20200.1437
Hunter Lab27.006920.4959-54.0148
CIE-Lab32.466429.0999-51.0715

#42409e color RGB value is (66,64,158).

#42409e hex color red value is 66, green value is 64 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #42409e hue: 0.67 , saturation: 0.42 and the lightness value of 42409e is 0.44.

The process color (four color CMYK) of #42409e color hex is 0.58, 0.59, 0.00, 0.38. Web safe color of #42409e is #333399. Color #42409e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000000 10011110
Octal 102 100 236
Decimal 66 64 158
Hex 42 40 9E

RGB Percentages of Color #42409e

%22.92
%22.22
%54.86

CMYK Percentages of Color #42409e

%58
%59
%0
%38

Triadic Colors of #42409e

#42409e #9e4240 #409e42

Analogous Colors of #42409e

#42409e #71409e #406d9e

Monochromatic Colors of #42409e

#42409e

Complementary Color

#42409e #9c9e40

#42409e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42409e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42409e Color CSS Codes

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

#42409e Text Font Color

<p style="color:#42409e">Text here</p>

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


#42409e Background Color

<div style="background-color:#42409e">
Div content here</div>

This div background color is #42409e


#42409e Border Color

<div style="border:3px solid #42409e">
Div here</div>

This div border color is #42409e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42409e


Comments

No comments written yet.

Please login to write comment.