Color Hex Logo

#3e094e Color Hex

#3E094E
(62,9,78)
0 Favorites   0 Comments

Color spaces of #3e094e

RGB 62978
HSL0.790.790.17
HSV286°88°31°
CMYK 0.210.880.00   0.69
XYZ3.45941.76967.3670
Yxy1.76960.27460.1405
Hunter Lab13.302623.1400-23.5230
CIE-Lab14.228535.4054-29.3787

#3e094e color RGB value is (62,9,78).

#3e094e hex color red value is 62, green value is 9 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #3e094e hue: 0.79 , saturation: 0.79 and the lightness value of 3e094e is 0.17.

The process color (four color CMYK) of #3e094e color hex is 0.21, 0.88, 0.00, 0.69. Web safe color of #3e094e is #330066. Color #3e094e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 00001001 01001110
Octal 76 11 116
Decimal 62 9 78
Hex 3E 9 4E

RGB Percentages of Color #3e094e

%41.61
%6.04
%52.35

CMYK Percentages of Color #3e094e

%21
%88
%0
%69

Triadic Colors of #3e094e

#3e094e #4e3e09 #094e3e

Analogous Colors of #3e094e

#3e094e #4e093c #1b094e

Monochromatic Colors of #3e094e

#3e094e

Complementary Color

#3e094e #194e09

#3e094e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e094e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e094e Color CSS Codes

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

#3e094e Text Font Color

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

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


#3e094e Background Color

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

This div background color is #3e094e


#3e094e Border Color

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

This div border color is #3e094e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e094e


Comments

No comments written yet.

Please login to write comment.