Color Hex Logo

#42245c Color Hex

#42245C
(66,36,92)
0 Favorites   0 Comments

Color spaces of #42245c

RGB 663692
HSL0.760.440.25
HSV272°61°36°
CMYK 0.280.610.00   0.64
XYZ4.80943.192710.4880
Yxy3.19270.26010.1727
Hunter Lab17.868116.7760-22.2936
CIE-Lab20.799726.3164-28.2322

#42245c color RGB value is (66,36,92).

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

The process color (four color CMYK) of #42245c color hex is 0.28, 0.61, 0.00, 0.64. Web safe color of #42245c is #333366. Color #42245c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100100 01011100
Octal 102 44 134
Decimal 66 36 92
Hex 42 24 5C

RGB Percentages of Color #42245c

%34.02
%18.56
%47.42

CMYK Percentages of Color #42245c

%28
%61
%0
%64

Triadic Colors of #42245c

#42245c #5c4224 #245c42

Analogous Colors of #42245c

#42245c #5c245a #26245c

Monochromatic Colors of #42245c

#42245c

Complementary Color

#42245c #3e5c24

#42245c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42245c Color Preview on White Background

Lorem ipsum dolor sit amet.

#42245c Color CSS Codes

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

#42245c Text Font Color

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

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


#42245c Background Color

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

This div background color is #42245c


#42245c Border Color

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

This div border color is #42245c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42245c


Comments

No comments written yet.

Please login to write comment.