Color Hex Logo

#3e0cdb Color Hex

#3E0CDB
(62,12,219)
0 Favorites   0 Comments

Color spaces of #3e0cdb

RGB 6212219
HSL0.710.900.45
HSV254°95°86°
CMYK 0.720.950.00   0.14
XYZ14.90436.401567.4679
Yxy6.40150.16790.0721
Hunter Lab25.301260.8728-140.3913
CIE-Lab30.403669.6099-90.5008

#3e0cdb color RGB value is (62,12,219).

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

The process color (four color CMYK) of #3e0cdb color hex is 0.72, 0.95, 0.00, 0.14. Web safe color of #3e0cdb is #3300cc. Color #3e0cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 00001100 11011011
Octal 76 14 333
Decimal 62 12 219
Hex 3E C DB

RGB Percentages of Color #3e0cdb

%21.16
%4.10
%74.74

CMYK Percentages of Color #3e0cdb

%72
%95
%0
%14

Triadic Colors of #3e0cdb

#3e0cdb #db3e0c #0cdb3e

Analogous Colors of #3e0cdb

#3e0cdb #a60cdb #0c42db

Monochromatic Colors of #3e0cdb

#3e0cdb

Complementary Color

#3e0cdb #a9db0c

#3e0cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e0cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e0cdb Color CSS Codes

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

#3e0cdb Text Font Color

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

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


#3e0cdb Background Color

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

This div background color is #3e0cdb


#3e0cdb Border Color

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

This div border color is #3e0cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e0cdb


Comments

No comments written yet.

Please login to write comment.