Color Hex Logo

#402acb Color Hex

#402ACB
(64,42,203)
0 Favorites   0 Comments

Color spaces of #402acb

RGB 6442203
HSL0.690.660.48
HSV248°79°80°
CMYK 0.680.790.00   0.20
XYZ13.72187.057757.1390
Yxy7.05770.17610.0906
Hunter Lab26.566345.7061-108.9248
CIE-Lab31.937955.6686-78.6682

#402acb color RGB value is (64,42,203).

#402acb hex color red value is 64, green value is 42 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #402acb hue: 0.69 , saturation: 0.66 and the lightness value of 402acb is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101010 11001011
Octal 100 52 313
Decimal 64 42 203
Hex 40 2A CB

RGB Percentages of Color #402acb

%20.71
%13.59
%65.70

CMYK Percentages of Color #402acb

%68
%79
%0
%20

Triadic Colors of #402acb

#402acb #cb402a #2acb40

Analogous Colors of #402acb

#402acb #912acb #2a65cb

Monochromatic Colors of #402acb

#402acb

Complementary Color

#402acb #b5cb2a

#402acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#402acb Color CSS Codes

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

#402acb Text Font Color

<p style="color:#402acb">Text here</p>

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


#402acb Background Color

<div style="background-color:#402acb">
Div content here</div>

This div background color is #402acb


#402acb Border Color

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

This div border color is #402acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402acb


Comments

No comments written yet.

Please login to write comment.