Color Hex Logo

#410dca Color Hex

#410DCA
(65,13,202)
0 Favorites   0 Comments

Color spaces of #410dca

RGB 6513202
HSL0.710.880.42
HSV257°94°79°
CMYK 0.680.940.00   0.21
XYZ12.98465.675956.2883
Yxy5.67590.17320.0757
Hunter Lab23.824155.5935-123.4051
CIE-Lab28.579665.3601-83.6538

#410dca color RGB value is (65,13,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00001101 11001010
Octal 101 15 312
Decimal 65 13 202
Hex 41 D CA

RGB Percentages of Color #410dca

%23.21
%4.64
%72.14

CMYK Percentages of Color #410dca

%68
%94
%0
%21

Triadic Colors of #410dca

#410dca #ca410d #0dca41

Analogous Colors of #410dca

#410dca #a00dca #0d37ca

Monochromatic Colors of #410dca

#410dca

Complementary Color

#410dca #96ca0d

#410dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#410dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#410dca Color CSS Codes

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

#410dca Text Font Color

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

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


#410dca Background Color

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

This div background color is #410dca


#410dca Border Color

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

This div border color is #410dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #410dca


Comments

No comments written yet.

Please login to write comment.