Color Hex Logo

#403dd5 Color Hex

#403DD5
(64,61,213)
0 Favorites   0 Comments

Color spaces of #403dd5

RGB 6461213
HSL0.670.640.54
HSV241°71°84°
CMYK 0.700.710.00   0.16
XYZ15.79339.231663.9003
Yxy9.23160.17760.1038
Hunter Lab30.383539.6127-103.4256
CIE-Lab36.426448.9072-77.0567

#403dd5 color RGB value is (64,61,213).

#403dd5 hex color red value is 64, green value is 61 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #403dd5 hue: 0.67 , saturation: 0.64 and the lightness value of 403dd5 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00111101 11010101
Octal 100 75 325
Decimal 64 61 213
Hex 40 3D D5

RGB Percentages of Color #403dd5

%18.93
%18.05
%63.02

CMYK Percentages of Color #403dd5

%70
%71
%0
%16

Triadic Colors of #403dd5

#403dd5 #d5403d #3dd540

Analogous Colors of #403dd5

#403dd5 #8c3dd5 #3d86d5

Monochromatic Colors of #403dd5

#403dd5

Complementary Color

#403dd5 #d2d53d

#403dd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403dd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#403dd5 Color CSS Codes

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

#403dd5 Text Font Color

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

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


#403dd5 Background Color

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

This div background color is #403dd5


#403dd5 Border Color

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

This div border color is #403dd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403dd5


Comments

No comments written yet.

Please login to write comment.