Color Hex Logo

#42288a Color Hex

#42288A
(66,40,138)
0 Favorites   0 Comments

Color spaces of #42288a

RGB 6640138
HSL0.710.550.35
HSV256°71°54°
CMYK 0.520.710.00   0.46
XYZ7.59304.510824.5152
Yxy4.51080.20740.1232
Hunter Lab21.238626.6477-53.5698
CIE-Lab25.292937.3550-50.4767

#42288a color RGB value is (66,40,138).

#42288a hex color red value is 66, green value is 40 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #42288a hue: 0.71 , saturation: 0.55 and the lightness value of 42288a is 0.35.

The process color (four color CMYK) of #42288a color hex is 0.52, 0.71, 0.00, 0.46. Web safe color of #42288a is #333399. Color #42288a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101000 10001010
Octal 102 50 212
Decimal 66 40 138
Hex 42 28 8A

RGB Percentages of Color #42288a

%27.05
%16.39
%56.56

CMYK Percentages of Color #42288a

%52
%71
%0
%46

Triadic Colors of #42288a

#42288a #8a4228 #288a42

Analogous Colors of #42288a

#42288a #73288a #283f8a

Monochromatic Colors of #42288a

#42288a

Complementary Color

#42288a #708a28

#42288a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42288a Color Preview on White Background

Lorem ipsum dolor sit amet.

#42288a Color CSS Codes

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

#42288a Text Font Color

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

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


#42288a Background Color

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

This div background color is #42288a


#42288a Border Color

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

This div border color is #42288a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42288a


Comments

No comments written yet.

Please login to write comment.