Color Hex Logo

#461fac Color Hex

#461FAC
(70,31,172)
0 Favorites   0 Comments

Color spaces of #461fac

RGB 7031172
HSL0.710.690.40
HSV257°82°67°
CMYK 0.590.820.00   0.33
XYZ10.46225.260639.4937
Yxy5.26060.18950.0953
Hunter Lab22.936041.2843-86.0368
CIE-Lab27.464752.2769-67.6937

#461fac color RGB value is (70,31,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00011111 10101100
Octal 106 37 254
Decimal 70 31 172
Hex 46 1F AC

RGB Percentages of Color #461fac

%25.64
%11.36
%63.00

CMYK Percentages of Color #461fac

%59
%82
%0
%33

Triadic Colors of #461fac

#461fac #ac461f #1fac46

Analogous Colors of #461fac

#461fac #8d1fac #1f3fac

Monochromatic Colors of #461fac

#461fac

Complementary Color

#461fac #85ac1f

#461fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#461fac Color CSS Codes

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

#461fac Text Font Color

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

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


#461fac Background Color

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

This div background color is #461fac


#461fac Border Color

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

This div border color is #461fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461fac


Comments

No comments written yet.

Please login to write comment.