Color Hex Logo

#3e254c Color Hex

#3E254C
(62,37,76)
0 Favorites   0 Comments

Color spaces of #3e254c

RGB 623776
HSL0.770.350.22
HSV278°51°30°
CMYK 0.180.510.00   0.70
XYZ3.95272.86917.1829
Yxy2.86910.28220.2049
Hunter Lab16.938412.0120-13.2856
CIE-Lab19.511820.1612-19.5848

#3e254c color RGB value is (62,37,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 00100101 01001100
Octal 76 45 114
Decimal 62 37 76
Hex 3E 25 4C

RGB Percentages of Color #3e254c

%35.43
%21.14
%43.43

CMYK Percentages of Color #3e254c

%18
%51
%0
%70

Triadic Colors of #3e254c

#3e254c #4c3e25 #254c3e

Analogous Colors of #3e254c

#3e254c #4c2547 #2b254c

Monochromatic Colors of #3e254c

#3e254c

Complementary Color

#3e254c #334c25

#3e254c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e254c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e254c Color CSS Codes

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

#3e254c Text Font Color

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

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


#3e254c Background Color

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

This div background color is #3e254c


#3e254c Border Color

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

This div border color is #3e254c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,37,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 #3e254c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e254c


Comments

No comments written yet.

Please login to write comment.