Color Hex Logo

#3e3abf Color Hex

#3E3ABF
(62,58,191)
0 Favorites   0 Comments

Color spaces of #3e3abf

RGB 6258191
HSL0.670.530.49
HSV242°70°75°
CMYK 0.680.700.00   0.25
XYZ12.90367.811850.1180
Yxy7.81180.18220.1103
Hunter Lab27.949633.4970-86.7515
CIE-Lab33.587843.2363-68.9253

#3e3abf color RGB value is (62,58,191).

#3e3abf hex color red value is 62, green value is 58 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #3e3abf hue: 0.67 , saturation: 0.53 and the lightness value of 3e3abf is 0.49.

The process color (four color CMYK) of #3e3abf color hex is 0.68, 0.70, 0.00, 0.25. Web safe color of #3e3abf is #3333cc. Color #3e3abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 00111010 10111111
Octal 76 72 277
Decimal 62 58 191
Hex 3E 3A BF

RGB Percentages of Color #3e3abf

%19.94
%18.65
%61.41

CMYK Percentages of Color #3e3abf

%68
%70
%0
%25

Triadic Colors of #3e3abf

#3e3abf #bf3e3a #3abf3e

Analogous Colors of #3e3abf

#3e3abf #813abf #3a79bf

Monochromatic Colors of #3e3abf

#3e3abf

Complementary Color

#3e3abf #bbbf3a

#3e3abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e3abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e3abf Color CSS Codes

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

#3e3abf Text Font Color

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

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


#3e3abf Background Color

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

This div background color is #3e3abf


#3e3abf Border Color

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

This div border color is #3e3abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e3abf


Comments

No comments written yet.

Please login to write comment.