Color Hex Logo

#413dd0 Color Hex

#413DD0
(65,61,208)
0 Favorites   0 Comments

Color spaces of #413dd0

RGB 6561208
HSL0.670.610.53
HSV242°71°82°
CMYK 0.690.710.00   0.18
XYZ15.23399.015460.6117
Yxy9.01540.17950.1062
Hunter Lab30.025738.0194-98.6686
CIE-Lab36.013947.4007-74.8446

#413dd0 color RGB value is (65,61,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111101 11010000
Octal 101 75 320
Decimal 65 61 208
Hex 41 3D D0

RGB Percentages of Color #413dd0

%19.46
%18.26
%62.28

CMYK Percentages of Color #413dd0

%69
%71
%0
%18

Triadic Colors of #413dd0

#413dd0 #d0413d #3dd041

Analogous Colors of #413dd0

#413dd0 #8b3dd0 #3d83d0

Monochromatic Colors of #413dd0

#413dd0

Complementary Color

#413dd0 #ccd03d

#413dd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413dd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#413dd0 Color CSS Codes

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

#413dd0 Text Font Color

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

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


#413dd0 Background Color

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

This div background color is #413dd0


#413dd0 Border Color

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

This div border color is #413dd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413dd0


Comments

No comments written yet.

Please login to write comment.