Color Hex Logo

#401bcb Color Hex

#401BCB
(64,27,203)
0 Favorites   0 Comments

Color spaces of #401bcb

RGB 6427203
HSL0.700.770.45
HSV253°87°80°
CMYK 0.680.870.00   0.20
XYZ13.28586.185756.9936
Yxy6.18570.17370.0809
Hunter Lab24.871151.8280-118.4570
CIE-Lab29.876261.7472-82.0859

#401bcb color RGB value is (64,27,203).

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

The process color (four color CMYK) of #401bcb color hex is 0.68, 0.87, 0.00, 0.20. Web safe color of #401bcb is #3333cc. Color #401bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00011011 11001011
Octal 100 33 313
Decimal 64 27 203
Hex 40 1B CB

RGB Percentages of Color #401bcb

%21.77
%9.18
%69.05

CMYK Percentages of Color #401bcb

%68
%87
%0
%20

Triadic Colors of #401bcb

#401bcb #cb401b #1bcb40

Analogous Colors of #401bcb

#401bcb #981bcb #1b4ecb

Monochromatic Colors of #401bcb

#401bcb

Complementary Color

#401bcb #a6cb1b

#401bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#401bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#401bcb Color CSS Codes

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

#401bcb Text Font Color

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

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


#401bcb Background Color

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

This div background color is #401bcb


#401bcb Border Color

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

This div border color is #401bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #401bcb


Comments

No comments written yet.

Please login to write comment.