Color Hex Logo

#401bad Color Hex

#401BAD
(64,27,173)
0 Favorites   0 Comments

Color spaces of #401bad

RGB 6427173
HSL0.710.730.39
HSV255°84°68°
CMYK 0.630.840.00   0.32
XYZ10.04914.891039.9496
Yxy4.89100.18310.0891
Hunter Lab22.115642.4062-91.6205
CIE-Lab26.421953.5752-70.0382

#401bad color RGB value is (64,27,173).

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

The process color (four color CMYK) of #401bad color hex is 0.63, 0.84, 0.00, 0.32. Web safe color of #401bad is #333399. Color #401bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00011011 10101101
Octal 100 33 255
Decimal 64 27 173
Hex 40 1B AD

RGB Percentages of Color #401bad

%24.24
%10.23
%65.53

CMYK Percentages of Color #401bad

%63
%84
%0
%32

Triadic Colors of #401bad

#401bad #ad401b #1bad40

Analogous Colors of #401bad

#401bad #891bad #1b3fad

Monochromatic Colors of #401bad

#401bad

Complementary Color

#401bad #88ad1b

#401bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#401bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#401bad Color CSS Codes

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

#401bad Text Font Color

<p style="color:#401bad">Text here</p>

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


#401bad Background Color

<div style="background-color:#401bad">
Div content here</div>

This div background color is #401bad


#401bad Border Color

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

This div border color is #401bad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,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 #401bad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #401bad


Comments

No comments written yet.

Please login to write comment.