Color Hex Logo

#42225d Color Hex

#42225D
(66,34,93)
0 Favorites   0 Comments

Color spaces of #42225d

RGB 663493
HSL0.760.460.25
HSV273°63°36°
CMYK 0.290.630.00   0.64
XYZ4.79463.092610.7002
Yxy3.09260.25790.1664
Hunter Lab17.585817.8912-23.7654
CIE-Lab20.411027.8019-29.5165

#42225d color RGB value is (66,34,93).

#42225d hex color red value is 66, green value is 34 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #42225d hue: 0.76 , saturation: 0.46 and the lightness value of 42225d is 0.25.

The process color (four color CMYK) of #42225d color hex is 0.29, 0.63, 0.00, 0.64. Web safe color of #42225d is #333366. Color #42225d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100010 01011101
Octal 102 42 135
Decimal 66 34 93
Hex 42 22 5D

RGB Percentages of Color #42225d

%34.20
%17.62
%48.19

CMYK Percentages of Color #42225d

%29
%63
%0
%64

Triadic Colors of #42225d

#42225d #5d4222 #225d42

Analogous Colors of #42225d

#42225d #5d225a #25225d

Monochromatic Colors of #42225d

#42225d

Complementary Color

#42225d #3d5d22

#42225d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42225d Color Preview on White Background

Lorem ipsum dolor sit amet.

#42225d Color CSS Codes

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

#42225d Text Font Color

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

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


#42225d Background Color

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

This div background color is #42225d


#42225d Border Color

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

This div border color is #42225d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42225d


Comments

No comments written yet.

Please login to write comment.