Color Hex Logo

#3e1cde Color Hex

#3E1CDE
(62,28,222)
0 Favorites   0 Comments

Color spaces of #3e1cde

RGB 6228222
HSL0.700.780.49
HSV251°87°87°
CMYK 0.720.870.00   0.13
XYZ15.58677.128669.6617
Yxy7.12860.16870.0772
Hunter Lab26.699457.4814-136.0044
CIE-Lab32.097966.3608-89.4081

#3e1cde color RGB value is (62,28,222).

#3e1cde hex color red value is 62, green value is 28 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #3e1cde hue: 0.70 , saturation: 0.78 and the lightness value of 3e1cde is 0.49.

The process color (four color CMYK) of #3e1cde color hex is 0.72, 0.87, 0.00, 0.13. Web safe color of #3e1cde is #3333cc. Color #3e1cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 00011100 11011110
Octal 76 34 336
Decimal 62 28 222
Hex 3E 1C DE

RGB Percentages of Color #3e1cde

%19.87
%8.97
%71.15

CMYK Percentages of Color #3e1cde

%72
%87
%0
%13

Triadic Colors of #3e1cde

#3e1cde #de3e1c #1cde3e

Analogous Colors of #3e1cde

#3e1cde #9f1cde #1c5bde

Monochromatic Colors of #3e1cde

#3e1cde

Complementary Color

#3e1cde #bcde1c

#3e1cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e1cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e1cde Color CSS Codes

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

#3e1cde Text Font Color

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

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


#3e1cde Background Color

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

This div background color is #3e1cde


#3e1cde Border Color

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

This div border color is #3e1cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e1cde


Comments

No comments written yet.

Please login to write comment.