Color Hex Logo

#402cca Color Hex

#402CCA
(64,44,202)
0 Favorites   0 Comments

Color spaces of #402cca

RGB 6444202
HSL0.690.640.48
HSV248°78°79°
CMYK 0.680.780.00   0.21
XYZ13.67577.155656.5375
Yxy7.15560.17680.0925
Hunter Lab26.750044.4443-106.5877
CIE-Lab32.158554.4235-77.7197

#402cca color RGB value is (64,44,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101100 11001010
Octal 100 54 312
Decimal 64 44 202
Hex 40 2C CA

RGB Percentages of Color #402cca

%20.65
%14.19
%65.16

CMYK Percentages of Color #402cca

%68
%78
%0
%21

Triadic Colors of #402cca

#402cca #ca402c #2cca40

Analogous Colors of #402cca

#402cca #8f2cca #2c67ca

Monochromatic Colors of #402cca

#402cca

Complementary Color

#402cca #b6ca2c

#402cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#402cca Color CSS Codes

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

#402cca Text Font Color

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

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


#402cca Background Color

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

This div background color is #402cca


#402cca Border Color

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

This div border color is #402cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402cca


Comments

No comments written yet.

Please login to write comment.