Color Hex Logo

#42214f Color Hex

#42214F
(66,33,79)
0 Favorites   0 Comments

Color spaces of #42214f

RGB 663379
HSL0.790.410.22
HSV283°58°31°
CMYK 0.160.580.00   0.69
XYZ4.20192.81057.7181
Yxy2.81050.28530.1908
Hunter Lab16.764515.4016-15.5609
CIE-Lab19.268424.7770-21.9638

#42214f color RGB value is (66,33,79).

#42214f hex color red value is 66, green value is 33 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #42214f hue: 0.79 , saturation: 0.41 and the lightness value of 42214f is 0.22.

The process color (four color CMYK) of #42214f color hex is 0.16, 0.58, 0.00, 0.69. Web safe color of #42214f is #333366. Color #42214f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100001 01001111
Octal 102 41 117
Decimal 66 33 79
Hex 42 21 4F

RGB Percentages of Color #42214f

%37.08
%18.54
%44.38

CMYK Percentages of Color #42214f

%16
%58
%0
%69

Triadic Colors of #42214f

#42214f #4f4221 #214f42

Analogous Colors of #42214f

#42214f #4f2145 #2b214f

Monochromatic Colors of #42214f

#42214f

Complementary Color

#42214f #2e4f21

#42214f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42214f Color Preview on White Background

Lorem ipsum dolor sit amet.

#42214f Color CSS Codes

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

#42214f Text Font Color

<p style="color:#42214f">Text here</p>

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


#42214f Background Color

<div style="background-color:#42214f">
Div content here</div>

This div background color is #42214f


#42214f Border Color

<div style="border:3px solid #42214f">
Div here</div>

This div border color is #42214f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42214f


Comments

No comments written yet.

Please login to write comment.