Color Hex Logo

#42429f Color Hex

#42429F
(66,66,159)
0 Favorites   0 Comments

Color spaces of #42429f

RGB 6666159
HSL0.670.410.44
HSV240°58°62°
CMYK 0.580.580.00   0.38
XYZ10.45307.557933.7088
Yxy7.55790.20210.1461
Hunter Lab27.491619.7598-53.4541
CIE-Lab33.044728.1550-50.7381

#42429f color RGB value is (66,66,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000010 10011111
Octal 102 102 237
Decimal 66 66 159
Hex 42 42 9F

RGB Percentages of Color #42429f

%22.68
%22.68
%54.64

CMYK Percentages of Color #42429f

%58
%58
%0
%38

Triadic Colors of #42429f

#42429f #9f4242 #429f42

Analogous Colors of #42429f

#42429f #71429f #42719f

Monochromatic Colors of #42429f

#42429f

Complementary Color

#42429f #9f9f42

#42429f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42429f Color Preview on White Background

Lorem ipsum dolor sit amet.

#42429f Color CSS Codes

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

#42429f Text Font Color

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

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


#42429f Background Color

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

This div background color is #42429f


#42429f Border Color

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

This div border color is #42429f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42429f


Comments

No comments written yet.

Please login to write comment.