Color Hex Logo

#3e0ccd Color Hex

#3E0CCD
(62,12,205)
0 Favorites   0 Comments

Color spaces of #3e0ccd

RGB 6212205
HSL0.710.890.43
HSV256°94°80°
CMYK 0.700.940.00   0.20
XYZ13.13755.694958.1644
Yxy5.69490.17060.0740
Hunter Lab23.864056.5051-127.8045
CIE-Lab28.629366.1527-85.3320

#3e0ccd color RGB value is (62,12,205).

#3e0ccd hex color red value is 62, green value is 12 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #3e0ccd hue: 0.71 , saturation: 0.89 and the lightness value of 3e0ccd is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 00001100 11001101
Octal 76 14 315
Decimal 62 12 205
Hex 3E C CD

RGB Percentages of Color #3e0ccd

%22.22
%4.30
%73.48

CMYK Percentages of Color #3e0ccd

%70
%94
%0
%20

Triadic Colors of #3e0ccd

#3e0ccd #cd3e0c #0ccd3e

Analogous Colors of #3e0ccd

#3e0ccd #9f0ccd #0c3acd

Monochromatic Colors of #3e0ccd

#3e0ccd

Complementary Color

#3e0ccd #9bcd0c

#3e0ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e0ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e0ccd Color CSS Codes

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

#3e0ccd Text Font Color

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

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


#3e0ccd Background Color

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

This div background color is #3e0ccd


#3e0ccd Border Color

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

This div border color is #3e0ccd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,12,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 #3e0ccd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e0ccd


Comments

No comments written yet.

Please login to write comment.