Color Hex Logo

#403cd1 Color Hex

#403CD1
(64,60,209)
0 Favorites   0 Comments

Color spaces of #403cd1

RGB 6460209
HSL0.670.620.53
HSV242°71°82°
CMYK 0.690.710.00   0.18
XYZ15.23888.925261.2412
Yxy8.92520.17840.1045
Hunter Lab29.875138.7686-100.6266
CIE-Lab35.839948.1800-75.7123

#403cd1 color RGB value is (64,60,209).

#403cd1 hex color red value is 64, green value is 60 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #403cd1 hue: 0.67 , saturation: 0.62 and the lightness value of 403cd1 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00111100 11010001
Octal 100 74 321
Decimal 64 60 209
Hex 40 3C D1

RGB Percentages of Color #403cd1

%19.22
%18.02
%62.76

CMYK Percentages of Color #403cd1

%69
%71
%0
%18

Triadic Colors of #403cd1

#403cd1 #d1403c #3cd140

Analogous Colors of #403cd1

#403cd1 #8b3cd1 #3c83d1

Monochromatic Colors of #403cd1

#403cd1

Complementary Color

#403cd1 #cdd13c

#403cd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403cd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#403cd1 Color CSS Codes

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

#403cd1 Text Font Color

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

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


#403cd1 Background Color

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

This div background color is #403cd1


#403cd1 Border Color

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

This div border color is #403cd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403cd1


Comments

No comments written yet.

Please login to write comment.