Color Hex Logo

#3e1b76 Color Hex

#3E1B76
(62,27,118)
0 Favorites   0 Comments

Color spaces of #3e1b76

RGB 6227118
HSL0.730.630.28
HSV263°77°46°
CMYK 0.470.770.00   0.54
XYZ5.64863.116017.4433
Yxy3.11600.21550.1189
Hunter Lab17.652226.2276-46.2318
CIE-Lab20.502637.7823-45.6869

#3e1b76 color RGB value is (62,27,118).

#3e1b76 hex color red value is 62, green value is 27 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #3e1b76 hue: 0.73 , saturation: 0.63 and the lightness value of 3e1b76 is 0.28.

The process color (four color CMYK) of #3e1b76 color hex is 0.47, 0.77, 0.00, 0.54. Web safe color of #3e1b76 is #333366. Color #3e1b76 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 00011011 01110110
Octal 76 33 166
Decimal 62 27 118
Hex 3E 1B 76

RGB Percentages of Color #3e1b76

%29.95
%13.04
%57.00

CMYK Percentages of Color #3e1b76

%47
%77
%0
%54

Triadic Colors of #3e1b76

#3e1b76 #763e1b #1b763e

Analogous Colors of #3e1b76

#3e1b76 #6c1b76 #1b2576

Monochromatic Colors of #3e1b76

#3e1b76

Complementary Color

#3e1b76 #53761b

#3e1b76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e1b76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e1b76 Color CSS Codes

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

#3e1b76 Text Font Color

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

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


#3e1b76 Background Color

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

This div background color is #3e1b76


#3e1b76 Border Color

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

This div border color is #3e1b76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e1b76


Comments

No comments written yet.

Please login to write comment.