Color Hex Logo

#413dda Color Hex

#413DDA
(65,61,218)
0 Favorites   0 Comments

Color spaces of #413dda

RGB 6561218
HSL0.670.680.55
HSV242°72°85°
CMYK 0.700.720.00   0.15
XYZ16.50369.523367.2980
Yxy9.52330.17680.1020
Hunter Lab30.859841.4557-107.6955
CIE-Lab36.972950.6123-79.0312

#413dda color RGB value is (65,61,218).

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

The process color (four color CMYK) of #413dda color hex is 0.70, 0.72, 0.00, 0.15. Web safe color of #413dda is #3333cc. Color #413dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111101 11011010
Octal 101 75 332
Decimal 65 61 218
Hex 41 3D DA

RGB Percentages of Color #413dda

%18.90
%17.73
%63.37

CMYK Percentages of Color #413dda

%70
%72
%0
%15

Triadic Colors of #413dda

#413dda #da413d #3dda41

Analogous Colors of #413dda

#413dda #903dda #3d88da

Monochromatic Colors of #413dda

#413dda

Complementary Color

#413dda #d6da3d

#413dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#413dda Color CSS Codes

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

#413dda Text Font Color

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

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


#413dda Background Color

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

This div background color is #413dda


#413dda Border Color

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

This div border color is #413dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413dda


Comments

No comments written yet.

Please login to write comment.