Color Hex Logo

#3e006d Color Hex

#3E006D
(62,0,109)
0 Favorites   0 Comments

Color spaces of #3e006d

RGB 620109
HSL0.761.000.21
HSV274°100°43°
CMYK 0.431.000.00   0.57
XYZ4.74692.128314.6286
Yxy2.12830.22070.0990
Hunter Lab14.588732.5505-49.2401
CIE-Lab16.146645.5680-47.0088

#3e006d color RGB value is (62,0,109).

#3e006d hex color red value is 62, green value is 0 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #3e006d hue: 0.76 , saturation: 1.00 and the lightness value of 3e006d is 0.21.

The process color (four color CMYK) of #3e006d color hex is 0.43, 1.00, 0.00, 0.57. Web safe color of #3e006d is #330066. Color #3e006d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 00000000 01101101
Octal 76 0 155
Decimal 62 0 109
Hex 3E 0 6D

RGB Percentages of Color #3e006d

%36.26
%0.00
%63.74

CMYK Percentages of Color #3e006d

%43
%100
%0
%57

Triadic Colors of #3e006d

#3e006d #6d3e00 #006d3e

Analogous Colors of #3e006d

#3e006d #6d0066 #07006d

Monochromatic Colors of #3e006d

#3e006d

Complementary Color

#3e006d #2f6d00

#3e006d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e006d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e006d Color CSS Codes

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

#3e006d Text Font Color

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

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


#3e006d Background Color

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

This div background color is #3e006d


#3e006d Border Color

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

This div border color is #3e006d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e006d


Comments

No comments written yet.

Please login to write comment.