color codes Logo

#3e348d color codes

#3E348D
(62,52,141)
0 Favorites   0 Comments

Color spaces of #3e348d

RGB 6252141
HSL0.690.460.38
HSV247°63°55°
CMYK 0.560.630.00   0.45
XYZ8.02235.403225.8194
Yxy5.40320.20440.1377
Hunter Lab23.244820.9260-49.5857
CIE-Lab27.853930.3005-48.1816

#3e348d color RGB value is (62,52,141).

#3e348d hex color red value is 62, green value is 52 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #3e348d hue: 0.69 , saturation: 0.46 and the lightness value of 3e348d is 0.38.

The process color (four color CMYK) of #3e348d color code is 0.56, 0.63, 0.00, 0.45. Web safe color of #3e348d is #333399. Color #3e348d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 00110100 10001101
Octal 76 64 215
Decimal 62 52 141
Hex 3E 34 8D

RGB Percentages of Color #3e348d

%24.31
%20.39
%55.29

CMYK Percentages of Color #3e348d

%56
%63
%0
%45

Triadic Colors of #3e348d

#3e348d #8d3e34 #348d3e

Analogous Colors of #3e348d

#3e348d #6b348d #34568d

Monochromatic Colors of #3e348d

#3e348d

Complementary Color

#3e348d #838d34

#3e348d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e348d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e348d Color CSS Codes

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

#3e348d Text Font Color

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

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


#3e348d Background Color

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

This div background color is #3e348d


#3e348d Border Color

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

This div border color is #3e348d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e348d


Comments

No comments written yet.

Please login to write comment.