Color Hex Logo

#3e224c Color Hex

#3E224C
(62,34,76)
0 Favorites   0 Comments

Color spaces of #3e224c

RGB 623476
HSL0.780.380.22
HSV280°55°30°
CMYK 0.180.550.00   0.70
XYZ3.86312.69007.1531
Yxy2.69000.28190.1963
Hunter Lab16.401213.3413-14.3774
CIE-Lab18.757022.0960-20.7744

#3e224c color RGB value is (62,34,76).

#3e224c hex color red value is 62, green value is 34 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #3e224c hue: 0.78 , saturation: 0.38 and the lightness value of 3e224c is 0.22.

The process color (four color CMYK) of #3e224c color hex is 0.18, 0.55, 0.00, 0.70. Web safe color of #3e224c is #333333. Color #3e224c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 00100010 01001100
Octal 76 42 114
Decimal 62 34 76
Hex 3E 22 4C

RGB Percentages of Color #3e224c

%36.05
%19.77
%44.19

CMYK Percentages of Color #3e224c

%18
%55
%0
%70

Triadic Colors of #3e224c

#3e224c #4c3e22 #224c3e

Analogous Colors of #3e224c

#3e224c #4c2245 #29224c

Monochromatic Colors of #3e224c

#3e224c

Complementary Color

#3e224c #304c22

#3e224c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e224c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e224c Color CSS Codes

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

#3e224c Text Font Color

<p style="color:#3e224c">Text here</p>

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


#3e224c Background Color

<div style="background-color:#3e224c">
Div content here</div>

This div background color is #3e224c


#3e224c Border Color

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

This div border color is #3e224c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(62,34,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3e224c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3e224c;
  -webkit-box-shadow: 1px 1px 3px 2px #3e224c;
  box-shadow:         1px 1px 3px 2px #3e224c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e224c


Comments

No comments written yet.

Please login to write comment.