Color Hex Logo

#3e03ff Color Hex

#3E03FF
(62,3,255)
1 Favorites   0 Comments

Color spaces of #3e03ff

RGB 623255
HSL0.711.000.51
HSV254°99°100°
CMYK 0.760.990.00   0.00
XYZ20.06928.309395.1538
Yxy8.30930.16250.0673
Hunter Lab28.825973.8304-175.5375
CIE-Lab34.618979.5528-103.9396

#3e03ff color RGB value is (62,3,255).

#3e03ff hex color red value is 62, green value is 3 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #3e03ff hue: 0.71 , saturation: 1.00 and the lightness value of 3e03ff is 0.51.

The process color (four color CMYK) of #3e03ff color hex is 0.76, 0.99, 0.00, 0.00. Web safe color of #3e03ff is #3300ff. Color #3e03ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 00000011 11111111
Octal 76 3 377
Decimal 62 3 255
Hex 3E 3 FF

RGB Percentages of Color #3e03ff

%19.38
%0.94
%79.69

CMYK Percentages of Color #3e03ff

%76
%99
%0
%0

Triadic Colors of #3e03ff

#3e03ff #ff3e03 #03ff3e

Analogous Colors of #3e03ff

#3e03ff #bc03ff #0346ff

Monochromatic Colors of #3e03ff

#3e03ff

Complementary Color

#3e03ff #c4ff03

#3e03ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e03ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e03ff Color CSS Codes

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

#3e03ff Text Font Color

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

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


#3e03ff Background Color

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

This div background color is #3e03ff


#3e03ff Border Color

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

This div border color is #3e03ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e03ff


Comments

No comments written yet.

Please login to write comment.