Color Hex Logo

#410cad Color Hex

#410CAD
(65,12,173)
0 Favorites   0 Comments

Color spaces of #410cad

RGB 6512173
HSL0.720.870.36
HSV260°93°68°
CMYK 0.620.930.00   0.32
XYZ9.85434.403939.8658
Yxy4.40390.18210.0814
Hunter Lab20.985547.0950-97.9425
CIE-Lab24.964158.3211-72.4515

#410cad color RGB value is (65,12,173).

#410cad hex color red value is 65, green value is 12 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #410cad hue: 0.72 , saturation: 0.87 and the lightness value of 410cad is 0.36.

The process color (four color CMYK) of #410cad color hex is 0.62, 0.93, 0.00, 0.32. Web safe color of #410cad is #330099. Color #410cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00001100 10101101
Octal 101 14 255
Decimal 65 12 173
Hex 41 C AD

RGB Percentages of Color #410cad

%26.00
%4.80
%69.20

CMYK Percentages of Color #410cad

%62
%93
%0
%32

Triadic Colors of #410cad

#410cad #ad410c #0cad41

Analogous Colors of #410cad

#410cad #920cad #0c28ad

Monochromatic Colors of #410cad

#410cad

Complementary Color

#410cad #78ad0c

#410cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#410cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#410cad Color CSS Codes

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

#410cad Text Font Color

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

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


#410cad Background Color

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

This div background color is #410cad


#410cad Border Color

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

This div border color is #410cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #410cad


Comments

No comments written yet.

Please login to write comment.