Color Hex Logo

#3e3bff Color Hex

#3E3BFF
(62,59,255)
0 Favorites   0 Comments

Color spaces of #3e3bff

RGB 6259255
HSL0.671.000.62
HSV241°77°100°
CMYK 0.760.770.00   0.00
XYZ21.600611.372195.6643
Yxy11.37210.16790.0884
Hunter Lab33.722555.3217-144.5884
CIE-Lab40.200262.8835-94.6579

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

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

The process color (four color CMYK) of #3e3bff color hex is 0.76, 0.77, 0.00, 0.00. Web safe color of #3e3bff is #3333ff. Color #3e3bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 00111011 11111111
Octal 76 73 377
Decimal 62 59 255
Hex 3E 3B FF

RGB Percentages of Color #3e3bff

%16.49
%15.69
%67.82

CMYK Percentages of Color #3e3bff

%76
%77
%0
%0

Triadic Colors of #3e3bff

#3e3bff #ff3e3b #3bff3e

Analogous Colors of #3e3bff

#3e3bff #a03bff #3b9aff

Monochromatic Colors of #3e3bff

#3e3bff

Complementary Color

#3e3bff #fcff3b

#3e3bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e3bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e3bff Color CSS Codes

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

#3e3bff Text Font Color

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

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


#3e3bff Background Color

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

This div background color is #3e3bff


#3e3bff Border Color

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

This div border color is #3e3bff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,59,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 #3e3bff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e3bff


Comments

No comments written yet.

Please login to write comment.