Color Hex Logo

#42429d Color Hex

#42429D
(66,66,157)
0 Favorites   0 Comments

Color spaces of #42429d

RGB 6666157
HSL0.670.410.44
HSV240°58°62°
CMYK 0.580.580.00   0.38
XYZ10.28087.489032.8020
Yxy7.48900.20330.1481
Hunter Lab27.366019.1678-51.9111
CIE-Lab32.895227.4766-49.7716

#42429d color RGB value is (66,66,157).

#42429d hex color red value is 66, green value is 66 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #42429d hue: 0.67 , saturation: 0.41 and the lightness value of 42429d is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000010 10011101
Octal 102 102 235
Decimal 66 66 157
Hex 42 42 9D

RGB Percentages of Color #42429d

%22.84
%22.84
%54.33

CMYK Percentages of Color #42429d

%58
%58
%0
%38

Triadic Colors of #42429d

#42429d #9d4242 #429d42

Analogous Colors of #42429d

#42429d #70429d #42709d

Monochromatic Colors of #42429d

#42429d

Complementary Color

#42429d #9d9d42

#42429d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42429d Color Preview on White Background

Lorem ipsum dolor sit amet.

#42429d Color CSS Codes

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

#42429d Text Font Color

<p style="color:#42429d">Text here</p>

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


#42429d Background Color

<div style="background-color:#42429d">
Div content here</div>

This div background color is #42429d


#42429d Border Color

<div style="border:3px solid #42429d">
Div here</div>

This div border color is #42429d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,66,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42429d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42429d;
  -webkit-box-shadow: 1px 1px 3px 2px #42429d;
  box-shadow:         1px 1px 3px 2px #42429d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42429d


Comments

No comments written yet.

Please login to write comment.