Color Hex Logo

#401bda Color Hex

#401BDA
(64,27,218)
0 Favorites   0 Comments

Color spaces of #401bda

RGB 6427218
HSL0.700.780.48
HSV252°88°85°
CMYK 0.710.880.00   0.15
XYZ15.16126.935866.8693
Yxy6.93580.17040.0780
Hunter Lab26.335956.6720-132.1077
CIE-Lab31.660365.7335-87.8284

#401bda color RGB value is (64,27,218).

#401bda hex color red value is 64, green value is 27 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #401bda hue: 0.70 , saturation: 0.78 and the lightness value of 401bda is 0.48.

The process color (four color CMYK) of #401bda color hex is 0.71, 0.88, 0.00, 0.15. Web safe color of #401bda is #3333cc. Color #401bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00011011 11011010
Octal 100 33 332
Decimal 64 27 218
Hex 40 1B DA

RGB Percentages of Color #401bda

%20.71
%8.74
%70.55

CMYK Percentages of Color #401bda

%71
%88
%0
%15

Triadic Colors of #401bda

#401bda #da401b #1bda40

Analogous Colors of #401bda

#401bda #a01bda #1b55da

Monochromatic Colors of #401bda

#401bda

Complementary Color

#401bda #b5da1b

#401bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#401bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#401bda Color CSS Codes

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

#401bda Text Font Color

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

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


#401bda Background Color

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

This div background color is #401bda


#401bda Border Color

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

This div border color is #401bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #401bda


Comments

No comments written yet.

Please login to write comment.