Color Hex Logo

#42429a Color Hex

#42429A
(66,66,154)
0 Favorites   0 Comments

Color spaces of #42429a

RGB 6666154
HSL0.670.400.43
HSV240°57°60°
CMYK 0.570.570.00   0.40
XYZ10.02777.387831.4693
Yxy7.38780.20510.1511
Hunter Lab27.180518.2881-49.6190
CIE-Lab32.673926.4590-48.3122

#42429a color RGB value is (66,66,154).

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

The process color (four color CMYK) of #42429a color hex is 0.57, 0.57, 0.00, 0.40. Web safe color of #42429a is #333399. Color #42429a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000010 10011010
Octal 102 102 232
Decimal 66 66 154
Hex 42 42 9A

RGB Percentages of Color #42429a

%23.08
%23.08
%53.85

CMYK Percentages of Color #42429a

%57
%57
%0
%40

Triadic Colors of #42429a

#42429a #9a4242 #429a42

Analogous Colors of #42429a

#42429a #6e429a #426e9a

Monochromatic Colors of #42429a

#42429a

Complementary Color

#42429a #9a9a42

#42429a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42429a Color Preview on White Background

Lorem ipsum dolor sit amet.

#42429a Color CSS Codes

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

#42429a Text Font Color

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

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


#42429a Background Color

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

This div background color is #42429a


#42429a Border Color

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

This div border color is #42429a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42429a


Comments

No comments written yet.

Please login to write comment.