Color Hex Logo

#3e1bad Color Hex

#3E1BAD
(62,27,173)
0 Favorites   0 Comments

Color spaces of #3e1bad

RGB 6227173
HSL0.710.730.39
HSV254°84°68°
CMYK 0.640.840.00   0.32
XYZ9.92144.825139.9436
Yxy4.82510.18140.0882
Hunter Lab21.966142.1821-92.4378
CIE-Lab26.230653.3944-70.3610

#3e1bad color RGB value is (62,27,173).

#3e1bad hex color red value is 62, green value is 27 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #3e1bad hue: 0.71 , saturation: 0.73 and the lightness value of 3e1bad is 0.39.

The process color (four color CMYK) of #3e1bad color hex is 0.64, 0.84, 0.00, 0.32. Web safe color of #3e1bad is #333399. Color #3e1bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 00011011 10101101
Octal 76 33 255
Decimal 62 27 173
Hex 3E 1B AD

RGB Percentages of Color #3e1bad

%23.66
%10.31
%66.03

CMYK Percentages of Color #3e1bad

%64
%84
%0
%32

Triadic Colors of #3e1bad

#3e1bad #ad3e1b #1bad3e

Analogous Colors of #3e1bad

#3e1bad #871bad #1b41ad

Monochromatic Colors of #3e1bad

#3e1bad

Complementary Color

#3e1bad #8aad1b

#3e1bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e1bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e1bad Color CSS Codes

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

#3e1bad Text Font Color

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

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


#3e1bad Background Color

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

This div background color is #3e1bad


#3e1bad Border Color

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

This div border color is #3e1bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e1bad


Comments

No comments written yet.

Please login to write comment.