Color Hex Logo

#3e238a Color Hex

#3E238A
(62,35,138)
0 Favorites   0 Comments

Color spaces of #3e238a

RGB 6235138
HSL0.710.600.34
HSV256°75°54°
CMYK 0.550.750.00   0.46
XYZ7.17514.061224.4505
Yxy4.06120.20110.1138
Hunter Lab20.152428.2867-57.8286
CIE-Lab23.872739.4511-52.8181

#3e238a color RGB value is (62,35,138).

#3e238a hex color red value is 62, green value is 35 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #3e238a hue: 0.71 , saturation: 0.60 and the lightness value of 3e238a is 0.34.

The process color (four color CMYK) of #3e238a color hex is 0.55, 0.75, 0.00, 0.46. Web safe color of #3e238a is #333399. Color #3e238a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 00100011 10001010
Octal 76 43 212
Decimal 62 35 138
Hex 3E 23 8A

RGB Percentages of Color #3e238a

%26.38
%14.89
%58.72

CMYK Percentages of Color #3e238a

%55
%75
%0
%46

Triadic Colors of #3e238a

#3e238a #8a3e23 #238a3e

Analogous Colors of #3e238a

#3e238a #72238a #233b8a

Monochromatic Colors of #3e238a

#3e238a

Complementary Color

#3e238a #6f8a23

#3e238a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e238a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e238a Color CSS Codes

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

#3e238a Text Font Color

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

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


#3e238a Background Color

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

This div background color is #3e238a


#3e238a Border Color

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

This div border color is #3e238a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e238a


Comments

No comments written yet.

Please login to write comment.