Color Hex Logo

#410dd0 Color Hex

#410DD0
(65,13,208)
0 Favorites   0 Comments

Color spaces of #410dd0

RGB 6513208
HSL0.710.880.43
HSV256°94°82°
CMYK 0.690.940.00   0.18
XYZ13.70915.965760.1035
Yxy5.96570.17180.0748
Hunter Lab24.424857.4448-128.8010
CIE-Lab29.325866.8469-85.9148

#410dd0 color RGB value is (65,13,208).

#410dd0 hex color red value is 65, green value is 13 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #410dd0 hue: 0.71 , saturation: 0.88 and the lightness value of 410dd0 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00001101 11010000
Octal 101 15 320
Decimal 65 13 208
Hex 41 D D0

RGB Percentages of Color #410dd0

%22.73
%4.55
%72.73

CMYK Percentages of Color #410dd0

%69
%94
%0
%18

Triadic Colors of #410dd0

#410dd0 #d0410d #0dd041

Analogous Colors of #410dd0

#410dd0 #a30dd0 #0d3bd0

Monochromatic Colors of #410dd0

#410dd0

Complementary Color

#410dd0 #9cd00d

#410dd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#410dd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#410dd0 Color CSS Codes

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

#410dd0 Text Font Color

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

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


#410dd0 Background Color

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

This div background color is #410dd0


#410dd0 Border Color

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

This div border color is #410dd0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,13,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 #410dd0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #410dd0


Comments

No comments written yet.

Please login to write comment.