Color Hex Logo

#42426d Color Hex

#42426D
(66,66,109)
0 Favorites   0 Comments

Color spaces of #42426d

RGB 6666109
HSL0.670.250.34
HSV240°39°43°
CMYK 0.390.390.00   0.57
XYZ6.95536.158815.2902
Yxy6.15880.24490.2168
Hunter Lab24.81696.5976-19.1579
CIE-Lab29.809611.6809-24.9734

#42426d color RGB value is (66,66,109).

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

The process color (four color CMYK) of #42426d color hex is 0.39, 0.39, 0.00, 0.57. Web safe color of #42426d is #333366. Color #42426d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000010 01101101
Octal 102 102 155
Decimal 66 66 109
Hex 42 42 6D

RGB Percentages of Color #42426d

%27.39
%27.39
%45.23

CMYK Percentages of Color #42426d

%39
%39
%0
%57

Triadic Colors of #42426d

#42426d #6d4242 #426d42

Analogous Colors of #42426d

#42426d #58426d #42586d

Monochromatic Colors of #42426d

#42426d

Complementary Color

#42426d #6d6d42

#42426d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42426d Color Preview on White Background

Lorem ipsum dolor sit amet.

#42426d Color CSS Codes

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

#42426d Text Font Color

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

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


#42426d Background Color

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

This div background color is #42426d


#42426d Border Color

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

This div border color is #42426d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42426d

#42426d Color Palettes


Comments

No comments written yet.

Please login to write comment.