Color Hex Logo

#3e07df Color Hex

#3E07DF
(62,7,223)
0 Favorites   0 Comments

Color spaces of #3e07df

RGB 627223
HSL0.710.940.45
HSV255°97°87°
CMYK 0.720.970.00   0.13
XYZ15.38196.503870.2567
Yxy6.50380.16690.0706
Hunter Lab25.502563.0331-145.4856
CIE-Lab30.649571.3999-92.3945

#3e07df color RGB value is (62,7,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 00000111 11011111
Octal 76 7 337
Decimal 62 7 223
Hex 3E 7 DF

RGB Percentages of Color #3e07df

%21.23
%2.40
%76.37

CMYK Percentages of Color #3e07df

%72
%97
%0
%13

Triadic Colors of #3e07df

#3e07df #df3e07 #07df3e

Analogous Colors of #3e07df

#3e07df #aa07df #073cdf

Monochromatic Colors of #3e07df

#3e07df

Complementary Color

#3e07df #a8df07

#3e07df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e07df Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e07df Color CSS Codes

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

#3e07df Text Font Color

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

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


#3e07df Background Color

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

This div background color is #3e07df


#3e07df Border Color

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

This div border color is #3e07df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e07df


Comments

No comments written yet.

Please login to write comment.