Color Hex Logo

#42244d Color Hex

#42244D
(66,36,77)
0 Favorites   0 Comments

Color spaces of #42244d

RGB 663677
HSL0.790.360.22
HSV284°53°30°
CMYK 0.140.530.00   0.70
XYZ4.21722.95587.3694
Yxy2.95580.29000.2033
Hunter Lab17.192413.6982-13.3795
CIE-Lab19.866022.4155-19.6676

#42244d color RGB value is (66,36,77).

#42244d hex color red value is 66, green value is 36 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #42244d hue: 0.79 , saturation: 0.36 and the lightness value of 42244d is 0.22.

The process color (four color CMYK) of #42244d color hex is 0.14, 0.53, 0.00, 0.70. Web safe color of #42244d is #333366. Color #42244d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100100 01001101
Octal 102 44 115
Decimal 66 36 77
Hex 42 24 4D

RGB Percentages of Color #42244d

%36.87
%20.11
%43.02

CMYK Percentages of Color #42244d

%14
%53
%0
%70

Triadic Colors of #42244d

#42244d #4d4224 #244d42

Analogous Colors of #42244d

#42244d #4d2443 #2e244d

Monochromatic Colors of #42244d

#42244d

Complementary Color

#42244d #2f4d24

#42244d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42244d Color Preview on White Background

Lorem ipsum dolor sit amet.

#42244d Color CSS Codes

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

#42244d Text Font Color

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

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


#42244d Background Color

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

This div background color is #42244d


#42244d Border Color

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

This div border color is #42244d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42244d


Comments

No comments written yet.

Please login to write comment.