Color Hex Logo

#42428b Color Hex

#42428B
(66,66,139)
0 Favorites   0 Comments

Color spaces of #42428b

RGB 6666139
HSL0.670.360.40
HSV240°53°55°
CMYK 0.530.530.00   0.45
XYZ8.85526.918825.2948
Yxy6.91880.21560.1685
Hunter Lab26.303614.0613-38.6035
CIE-Lab31.621321.4035-40.8419

#42428b color RGB value is (66,66,139).

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

The process color (four color CMYK) of #42428b color hex is 0.53, 0.53, 0.00, 0.45. Web safe color of #42428b is #333399. Color #42428b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000010 10001011
Octal 102 102 213
Decimal 66 66 139
Hex 42 42 8B

RGB Percentages of Color #42428b

%24.35
%24.35
%51.29

CMYK Percentages of Color #42428b

%53
%53
%0
%45

Triadic Colors of #42428b

#42428b #8b4242 #428b42

Analogous Colors of #42428b

#42428b #67428b #42678b

Monochromatic Colors of #42428b

#42428b

Complementary Color

#42428b #8b8b42

#42428b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42428b Color Preview on White Background

Lorem ipsum dolor sit amet.

#42428b Color CSS Codes

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

#42428b Text Font Color

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

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


#42428b Background Color

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

This div background color is #42428b


#42428b Border Color

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

This div border color is #42428b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42428b


Comments

No comments written yet.

Please login to write comment.