Color Hex Logo

#42245a Color Hex

#42245A
(66,36,90)
0 Favorites   0 Comments

Color spaces of #42245a

RGB 663690
HSL0.760.430.25
HSV273°60°35°
CMYK 0.270.600.00   0.65
XYZ4.72313.158210.0335
Yxy3.15820.26360.1763
Hunter Lab17.771316.3403-21.0346
CIE-Lab20.666625.7770-27.1176

#42245a color RGB value is (66,36,90).

#42245a hex color red value is 66, green value is 36 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #42245a hue: 0.76 , saturation: 0.43 and the lightness value of 42245a is 0.25.

The process color (four color CMYK) of #42245a color hex is 0.27, 0.60, 0.00, 0.65. Web safe color of #42245a is #333366. Color #42245a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100100 01011010
Octal 102 44 132
Decimal 66 36 90
Hex 42 24 5A

RGB Percentages of Color #42245a

%34.38
%18.75
%46.88

CMYK Percentages of Color #42245a

%27
%60
%0
%65

Triadic Colors of #42245a

#42245a #5a4224 #245a42

Analogous Colors of #42245a

#42245a #5a2457 #27245a

Monochromatic Colors of #42245a

#42245a

Complementary Color

#42245a #3c5a24

#42245a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42245a Color Preview on White Background

Lorem ipsum dolor sit amet.

#42245a Color CSS Codes

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

#42245a Text Font Color

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

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


#42245a Background Color

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

This div background color is #42245a


#42245a Border Color

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

This div border color is #42245a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42245a


Comments

No comments written yet.

Please login to write comment.