Color Hex Logo

#42425b Color Hex

#42425B
(66,66,91)
0 Favorites   0 Comments

Color spaces of #42425b

RGB 666691
HSL0.670.160.31
HSV240°27°36°
CMYK 0.270.270.00   0.64
XYZ6.08335.810010.6983
Yxy5.81000.26930.2572
Hunter Lab24.10392.8675-9.4425
CIE-Lab28.92806.3482-14.8266

#42425b color RGB value is (66,66,91).

#42425b hex color red value is 66, green value is 66 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #42425b hue: 0.67 , saturation: 0.16 and the lightness value of 42425b is 0.31.

The process color (four color CMYK) of #42425b color hex is 0.27, 0.27, 0.00, 0.64. Web safe color of #42425b is #333366. Color #42425b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000010 01011011
Octal 102 102 133
Decimal 66 66 91
Hex 42 42 5B

RGB Percentages of Color #42425b

%29.60
%29.60
%40.81

CMYK Percentages of Color #42425b

%27
%27
%0
%64

Triadic Colors of #42425b

#42425b #5b4242 #425b42

Analogous Colors of #42425b

#42425b #4f425b #424f5b

Monochromatic Colors of #42425b

#42425b

Complementary Color

#42425b #5b5b42

#42425b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42425b Color Preview on White Background

Lorem ipsum dolor sit amet.

#42425b Color CSS Codes

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

#42425b Text Font Color

<p style="color:#42425b">Text here</p>

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


#42425b Background Color

<div style="background-color:#42425b">
Div content here</div>

This div background color is #42425b


#42425b Border Color

<div style="border:3px solid #42425b">
Div here</div>

This div border color is #42425b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42425b


Comments

No comments written yet.

Please login to write comment.