Color Hex Logo

#3e0fda Color Hex

#3E0FDA
(62,15,218)
0 Favorites   0 Comments

Color spaces of #3e0fda

RGB 6215218
HSL0.710.870.46
HSV254°93°85°
CMYK 0.720.930.00   0.15
XYZ14.81236.427766.7896
Yxy6.42770.16830.0730
Hunter Lab25.352959.9201-138.4463
CIE-Lab30.466868.7815-89.8185

#3e0fda color RGB value is (62,15,218).

#3e0fda hex color red value is 62, green value is 15 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #3e0fda hue: 0.71 , saturation: 0.87 and the lightness value of 3e0fda is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 00001111 11011010
Octal 76 17 332
Decimal 62 15 218
Hex 3E F DA

RGB Percentages of Color #3e0fda

%21.02
%5.08
%73.90

CMYK Percentages of Color #3e0fda

%72
%93
%0
%15

Triadic Colors of #3e0fda

#3e0fda #da3e0f #0fda3e

Analogous Colors of #3e0fda

#3e0fda #a40fda #0f45da

Monochromatic Colors of #3e0fda

#3e0fda

Complementary Color

#3e0fda #abda0f

#3e0fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e0fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e0fda Color CSS Codes

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

#3e0fda Text Font Color

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

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


#3e0fda Background Color

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

This div background color is #3e0fda


#3e0fda Border Color

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

This div border color is #3e0fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e0fda


Comments

No comments written yet.

Please login to write comment.