Color Hex Logo

#3e2faf Color Hex

#3E2FAF
(62,47,175)
0 Favorites   0 Comments

Color spaces of #3e2faf

RGB 6247175
HSL0.690.580.44
HSV247°73°69°
CMYK 0.650.730.00   0.31
XYZ10.74106.152341.1788
Yxy6.15230.18500.1059
Hunter Lab24.803833.8906-81.0693
CIE-Lab29.793544.3488-65.6788

#3e2faf color RGB value is (62,47,175).

#3e2faf hex color red value is 62, green value is 47 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #3e2faf hue: 0.69 , saturation: 0.58 and the lightness value of 3e2faf is 0.44.

The process color (four color CMYK) of #3e2faf color hex is 0.65, 0.73, 0.00, 0.31. Web safe color of #3e2faf is #333399. Color #3e2faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 00101111 10101111
Octal 76 57 257
Decimal 62 47 175
Hex 3E 2F AF

RGB Percentages of Color #3e2faf

%21.83
%16.55
%61.62

CMYK Percentages of Color #3e2faf

%65
%73
%0
%31

Triadic Colors of #3e2faf

#3e2faf #af3e2f #2faf3e

Analogous Colors of #3e2faf

#3e2faf #7e2faf #2f60af

Monochromatic Colors of #3e2faf

#3e2faf

Complementary Color

#3e2faf #a0af2f

#3e2faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e2faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e2faf Color CSS Codes

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

#3e2faf Text Font Color

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

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


#3e2faf Background Color

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

This div background color is #3e2faf


#3e2faf Border Color

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

This div border color is #3e2faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e2faf


Comments

No comments written yet.

Please login to write comment.