Color Hex Logo

#411cad Color Hex

#411CAD
(65,28,173)
0 Favorites   0 Comments

Color spaces of #411cad

RGB 6528173
HSL0.710.720.39
HSV255°84°68°
CMYK 0.620.840.00   0.32
XYZ10.13814.971539.9604
Yxy4.97150.18410.0903
Hunter Lab22.296942.1422-90.6516
CIE-Lab26.653453.2734-69.6520

#411cad color RGB value is (65,28,173).

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

The process color (four color CMYK) of #411cad color hex is 0.62, 0.84, 0.00, 0.32. Web safe color of #411cad is #333399. Color #411cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011100 10101101
Octal 101 34 255
Decimal 65 28 173
Hex 41 1C AD

RGB Percentages of Color #411cad

%24.44
%10.53
%65.04

CMYK Percentages of Color #411cad

%62
%84
%0
%32

Triadic Colors of #411cad

#411cad #ad411c #1cad41

Analogous Colors of #411cad

#411cad #8a1cad #1c40ad

Monochromatic Colors of #411cad

#411cad

Complementary Color

#411cad #88ad1c

#411cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#411cad Color CSS Codes

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

#411cad Text Font Color

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

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


#411cad Background Color

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

This div background color is #411cad


#411cad Border Color

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

This div border color is #411cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411cad


Comments

No comments written yet.

Please login to write comment.