Color Hex Logo

#3e08ee Color Hex

#3E08EE
(62,8,238)
0 Favorites   0 Comments

Color spaces of #3e08ee

RGB 628238
HSL0.710.930.48
HSV254°97°93°
CMYK 0.740.970.00   0.07
XYZ17.50617.370881.3890
Yxy7.37080.16470.0694
Hunter Lab27.149267.5875-158.7375
CIE-Lab32.636674.8409-97.6530

#3e08ee color RGB value is (62,8,238).

#3e08ee hex color red value is 62, green value is 8 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #3e08ee hue: 0.71 , saturation: 0.93 and the lightness value of 3e08ee is 0.48.

The process color (four color CMYK) of #3e08ee color hex is 0.74, 0.97, 0.00, 0.07. Web safe color of #3e08ee is #3300ff. Color #3e08ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 00001000 11101110
Octal 76 10 356
Decimal 62 8 238
Hex 3E 8 EE

RGB Percentages of Color #3e08ee

%20.13
%2.60
%77.27

CMYK Percentages of Color #3e08ee

%74
%97
%0
%7

Triadic Colors of #3e08ee

#3e08ee #ee3e08 #08ee3e

Analogous Colors of #3e08ee

#3e08ee #b108ee #0845ee

Monochromatic Colors of #3e08ee

#3e08ee

Complementary Color

#3e08ee #b8ee08

#3e08ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e08ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e08ee Color CSS Codes

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

#3e08ee Text Font Color

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

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


#3e08ee Background Color

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

This div background color is #3e08ee


#3e08ee Border Color

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

This div border color is #3e08ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e08ee


Comments

No comments written yet.

Please login to write comment.