Color Hex Logo

#413cac Color Hex

#413CAC
(65,60,172)
0 Favorites   0 Comments

Color spaces of #413cac

RGB 6560172
HSL0.670.480.45
HSV243°65°67°
CMYK 0.620.650.00   0.33
XYZ11.24227.334139.8528
Yxy7.33410.19240.1255
Hunter Lab27.081526.7069-68.2932
CIE-Lab32.555736.1457-59.3470

#413cac color RGB value is (65,60,172).

#413cac hex color red value is 65, green value is 60 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #413cac hue: 0.67 , saturation: 0.48 and the lightness value of 413cac is 0.45.

The process color (four color CMYK) of #413cac color hex is 0.62, 0.65, 0.00, 0.33. Web safe color of #413cac is #333399. Color #413cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111100 10101100
Octal 101 74 254
Decimal 65 60 172
Hex 41 3C AC

RGB Percentages of Color #413cac

%21.89
%20.20
%57.91

CMYK Percentages of Color #413cac

%62
%65
%0
%33

Triadic Colors of #413cac

#413cac #ac413c #3cac41

Analogous Colors of #413cac

#413cac #793cac #3c6fac

Monochromatic Colors of #413cac

#413cac

Complementary Color

#413cac #a7ac3c

#413cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#413cac Color CSS Codes

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

#413cac Text Font Color

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

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


#413cac Background Color

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

This div background color is #413cac


#413cac Border Color

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

This div border color is #413cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413cac


Comments

No comments written yet.

Please login to write comment.