Color Hex Logo

#42213a Color Hex

#42213A
(66,33,58)
0 Favorites   0 Comments

Color spaces of #42213a

RGB 663358
HSL0.870.330.19
HSV315°50°26°
CMYK 0.000.500.12   0.74
XYZ3.55432.55154.3081
Yxy2.55150.34130.2450
Hunter Lab15.973411.7652-4.8094
CIE-Lab18.149920.0042-9.2718

#42213a color RGB value is (66,33,58).

#42213a hex color red value is 66, green value is 33 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #42213a hue: 0.87 , saturation: 0.33 and the lightness value of 42213a is 0.19.

The process color (four color CMYK) of #42213a color hex is 0.00, 0.50, 0.12, 0.74. Web safe color of #42213a is #333333. Color #42213a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100001 00111010
Octal 102 41 72
Decimal 66 33 58
Hex 42 21 3A

RGB Percentages of Color #42213a

%42.04
%21.02
%36.94

CMYK Percentages of Color #42213a

%0
%50
%12
%74

Triadic Colors of #42213a

#42213a #3a4221 #213a42

Analogous Colors of #42213a

#42213a #42212a #3a2142

Monochromatic Colors of #42213a

#42213a

Complementary Color

#42213a #214229

#42213a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42213a Color Preview on White Background

Lorem ipsum dolor sit amet.

#42213a Color CSS Codes

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

#42213a Text Font Color

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

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


#42213a Background Color

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

This div background color is #42213a


#42213a Border Color

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

This div border color is #42213a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42213a


Comments

No comments written yet.

Please login to write comment.