Color Hex Logo

#461dac Color Hex

#461DAC
(70,29,172)
0 Favorites   0 Comments

Color spaces of #461dac

RGB 7029172
HSL0.710.710.39
HSV257°83°67°
CMYK 0.590.830.00   0.33
XYZ10.41155.159439.4768
Yxy5.15940.18910.0937
Hunter Lab22.714342.0685-87.1442
CIE-Lab27.184253.0984-68.1570

#461dac color RGB value is (70,29,172).

#461dac hex color red value is 70, green value is 29 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #461dac hue: 0.71 , saturation: 0.71 and the lightness value of 461dac is 0.39.

The process color (four color CMYK) of #461dac color hex is 0.59, 0.83, 0.00, 0.33. Web safe color of #461dac is #333399. Color #461dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00011101 10101100
Octal 106 35 254
Decimal 70 29 172
Hex 46 1D AC

RGB Percentages of Color #461dac

%25.83
%10.70
%63.47

CMYK Percentages of Color #461dac

%59
%83
%0
%33

Triadic Colors of #461dac

#461dac #ac461d #1dac46

Analogous Colors of #461dac

#461dac #8e1dac #1d3cac

Monochromatic Colors of #461dac

#461dac

Complementary Color

#461dac #83ac1d

#461dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#461dac Color CSS Codes

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

#461dac Text Font Color

<p style="color:#461dac">Text here</p>

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


#461dac Background Color

<div style="background-color:#461dac">
Div content here</div>

This div background color is #461dac


#461dac Border Color

<div style="border:3px solid #461dac">
Div here</div>

This div border color is #461dac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,29,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #461dac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #461dac;
  -webkit-box-shadow: 1px 1px 3px 2px #461dac;
  box-shadow:         1px 1px 3px 2px #461dac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,29,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 #461dac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461dac


Comments

No comments written yet.

Please login to write comment.