Color Hex Logo

#413dde Color Hex

#413DDE
(65,61,222)
0 Favorites   0 Comments

Color spaces of #413dde

RGB 6561222
HSL0.670.710.55
HSV241°73°87°
CMYK 0.710.730.00   0.13
XYZ17.03359.735270.0886
Yxy9.73520.17590.1005
Hunter Lab31.201342.8450-111.3444
CIE-Lab37.362951.8853-80.6817

#413dde color RGB value is (65,61,222).

#413dde hex color red value is 65, green value is 61 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #413dde hue: 0.67 , saturation: 0.71 and the lightness value of 413dde is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111101 11011110
Octal 101 75 336
Decimal 65 61 222
Hex 41 3D DE

RGB Percentages of Color #413dde

%18.68
%17.53
%63.79

CMYK Percentages of Color #413dde

%71
%73
%0
%13

Triadic Colors of #413dde

#413dde #de413d #3dde41

Analogous Colors of #413dde

#413dde #923dde #3d8ade

Monochromatic Colors of #413dde

#413dde

Complementary Color

#413dde #dade3d

#413dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#413dde Color CSS Codes

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

#413dde Text Font Color

<p style="color:#413dde">Text here</p>

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


#413dde Background Color

<div style="background-color:#413dde">
Div content here</div>

This div background color is #413dde


#413dde Border Color

<div style="border:3px solid #413dde">
Div here</div>

This div border color is #413dde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,61,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #413dde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #413dde;
  -webkit-box-shadow: 1px 1px 3px 2px #413dde;
  box-shadow:         1px 1px 3px 2px #413dde; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413dde


Comments

No comments written yet.

Please login to write comment.