Color Hex Logo

#42424e Color Hex

#42424E
(66,66,78)
0 Favorites   0 Comments

Color spaces of #42424e

RGB 666678
HSL0.670.080.28
HSV240°15°31°
CMYK 0.150.150.00   0.69
XYZ5.57015.60477.9960
Yxy5.60470.29060.2924
Hunter Lab23.67420.5677-3.4533
CIE-Lab28.39242.8663-7.2145

#42424e color RGB value is (66,66,78).

#42424e hex color red value is 66, green value is 66 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #42424e hue: 0.67 , saturation: 0.08 and the lightness value of 42424e is 0.28.

The process color (four color CMYK) of #42424e color hex is 0.15, 0.15, 0.00, 0.69. Web safe color of #42424e is #333366. Color #42424e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000010 01001110
Octal 102 102 116
Decimal 66 66 78
Hex 42 42 4E

RGB Percentages of Color #42424e

%31.43
%31.43
%37.14

CMYK Percentages of Color #42424e

%15
%15
%0
%69

Triadic Colors of #42424e

#42424e #4e4242 #424e42

Analogous Colors of #42424e

#42424e #48424e #42484e

Monochromatic Colors of #42424e

#42424e

Complementary Color

#42424e #4e4e42

#42424e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42424e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42424e Color CSS Codes

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

#42424e Text Font Color

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

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


#42424e Background Color

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

This div background color is #42424e


#42424e Border Color

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

This div border color is #42424e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42424e

#42424e Color Palettes


Comments

No comments written yet.

Please login to write comment.