Color Hex Logo

#3e1ecd Color Hex

#3E1ECD
(62,30,205)
0 Favorites   0 Comments

Color spaces of #3e1ecd

RGB 6230205
HSL0.700.740.46
HSV251°85°80°
CMYK 0.700.850.00   0.20
XYZ13.47036.360558.2753
Yxy6.36050.17250.0814
Hunter Lab25.220051.2038-119.3459
CIE-Lab30.304361.0975-82.5470

#3e1ecd color RGB value is (62,30,205).

#3e1ecd hex color red value is 62, green value is 30 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #3e1ecd hue: 0.70 , saturation: 0.74 and the lightness value of 3e1ecd is 0.46.

The process color (four color CMYK) of #3e1ecd color hex is 0.70, 0.85, 0.00, 0.20. Web safe color of #3e1ecd is #3333cc. Color #3e1ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 00011110 11001101
Octal 76 36 315
Decimal 62 30 205
Hex 3E 1E CD

RGB Percentages of Color #3e1ecd

%20.88
%10.10
%69.02

CMYK Percentages of Color #3e1ecd

%70
%85
%0
%20

Triadic Colors of #3e1ecd

#3e1ecd #cd3e1e #1ecd3e

Analogous Colors of #3e1ecd

#3e1ecd #961ecd #1e56cd

Monochromatic Colors of #3e1ecd

#3e1ecd

Complementary Color

#3e1ecd #adcd1e

#3e1ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e1ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e1ecd Color CSS Codes

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

#3e1ecd Text Font Color

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

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


#3e1ecd Background Color

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

This div background color is #3e1ecd


#3e1ecd Border Color

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

This div border color is #3e1ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e1ecd


Comments

No comments written yet.

Please login to write comment.