Color Hex Logo

#3e23aa Color Hex

#3E23AA
(62,35,170)
0 Favorites   0 Comments

Color spaces of #3e23aa

RGB 6235170
HSL0.700.660.40
HSV252°79°67°
CMYK 0.640.790.00   0.33
XYZ9.84335.128538.5013
Yxy5.12850.18410.0959
Hunter Lab22.646237.9552-84.9479
CIE-Lab27.097849.0370-67.1214

#3e23aa color RGB value is (62,35,170).

#3e23aa hex color red value is 62, green value is 35 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #3e23aa hue: 0.70 , saturation: 0.66 and the lightness value of 3e23aa is 0.40.

The process color (four color CMYK) of #3e23aa color hex is 0.64, 0.79, 0.00, 0.33. Web safe color of #3e23aa is #333399. Color #3e23aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 00100011 10101010
Octal 76 43 252
Decimal 62 35 170
Hex 3E 23 AA

RGB Percentages of Color #3e23aa

%23.22
%13.11
%63.67

CMYK Percentages of Color #3e23aa

%64
%79
%0
%33

Triadic Colors of #3e23aa

#3e23aa #aa3e23 #23aa3e

Analogous Colors of #3e23aa

#3e23aa #8223aa #234caa

Monochromatic Colors of #3e23aa

#3e23aa

Complementary Color

#3e23aa #8faa23

#3e23aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e23aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e23aa Color CSS Codes

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

#3e23aa Text Font Color

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

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


#3e23aa Background Color

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

This div background color is #3e23aa


#3e23aa Border Color

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

This div border color is #3e23aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e23aa


Comments

No comments written yet.

Please login to write comment.