Color Hex Logo

#403acd Color Hex

#403ACD
(64,58,205)
0 Favorites   0 Comments

Color spaces of #403acd

RGB 6458205
HSL0.670.600.52
HSV242°72°80°
CMYK 0.690.720.00   0.20
XYZ14.64698.523958.6309
Yxy8.52390.17910.1042
Hunter Lab29.195738.4573-98.6293
CIE-Lab35.051048.0170-74.6928

#403acd color RGB value is (64,58,205).

#403acd hex color red value is 64, green value is 58 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #403acd hue: 0.67 , saturation: 0.60 and the lightness value of 403acd is 0.52.

The process color (four color CMYK) of #403acd color hex is 0.69, 0.72, 0.00, 0.20. Web safe color of #403acd is #3333cc. Color #403acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00111010 11001101
Octal 100 72 315
Decimal 64 58 205
Hex 40 3A CD

RGB Percentages of Color #403acd

%19.57
%17.74
%62.69

CMYK Percentages of Color #403acd

%69
%72
%0
%20

Triadic Colors of #403acd

#403acd #cd403a #3acd40

Analogous Colors of #403acd

#403acd #8a3acd #3a7ecd

Monochromatic Colors of #403acd

#403acd

Complementary Color

#403acd #c7cd3a

#403acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#403acd Color CSS Codes

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

#403acd Text Font Color

<p style="color:#403acd">Text here</p>

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


#403acd Background Color

<div style="background-color:#403acd">
Div content here</div>

This div background color is #403acd


#403acd Border Color

<div style="border:3px solid #403acd">
Div here</div>

This div border color is #403acd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,58,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #403acd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #403acd;
  -webkit-box-shadow: 1px 1px 3px 2px #403acd;
  box-shadow:         1px 1px 3px 2px #403acd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403acd


Comments

No comments written yet.

Please login to write comment.