Color Hex Logo

#403ddf Color Hex

#403DDF
(64,61,223)
0 Favorites   0 Comments

Color spaces of #403ddf

RGB 6461223
HSL0.670.720.56
HSV241°73°87°
CMYK 0.710.730.00   0.13
XYZ17.10249.755270.7936
Yxy9.75520.17510.0999
Hunter Lab31.233343.0828-112.5237
CIE-Lab37.399452.1075-81.1959

#403ddf color RGB value is (64,61,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00111101 11011111
Octal 100 75 337
Decimal 64 61 223
Hex 40 3D DF

RGB Percentages of Color #403ddf

%18.39
%17.53
%64.08

CMYK Percentages of Color #403ddf

%71
%73
%0
%13

Triadic Colors of #403ddf

#403ddf #df403d #3ddf40

Analogous Colors of #403ddf

#403ddf #913ddf #3d8bdf

Monochromatic Colors of #403ddf

#403ddf

Complementary Color

#403ddf #dcdf3d

#403ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#403ddf Color CSS Codes

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

#403ddf Text Font Color

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

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


#403ddf Background Color

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

This div background color is #403ddf


#403ddf Border Color

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

This div border color is #403ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403ddf


Comments

No comments written yet.

Please login to write comment.