Color Hex Logo

#512fac Color Hex

#512FAC
(81,47,172)
0 Favorites   0 Comments

Color spaces of #512fac

RGB 8147172
HSL0.710.570.43
HSV256°73°67°
CMYK 0.530.730.00   0.33
XYZ11.85626.760939.7098
Yxy6.76090.20330.1159
Hunter Lab26.001735.8889-72.3464
CIE-Lab31.256346.1360-61.4161

#512fac color RGB value is (81,47,172).

#512fac hex color red value is 81, green value is 47 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #512fac hue: 0.71 , saturation: 0.57 and the lightness value of 512fac is 0.43.

The process color (four color CMYK) of #512fac color hex is 0.53, 0.73, 0.00, 0.33. Web safe color of #512fac is #663399. Color #512fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101111 10101100
Octal 121 57 254
Decimal 81 47 172
Hex 51 2F AC

RGB Percentages of Color #512fac

%27.00
%15.67
%57.33

CMYK Percentages of Color #512fac

%53
%73
%0
%33

Triadic Colors of #512fac

#512fac #ac512f #2fac51

Analogous Colors of #512fac

#512fac #902fac #2f4cac

Monochromatic Colors of #512fac

#512fac

Complementary Color

#512fac #8aac2f

#512fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#512fac Color CSS Codes

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

#512fac Text Font Color

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

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


#512fac Background Color

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

This div background color is #512fac


#512fac Border Color

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

This div border color is #512fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512fac


Comments

No comments written yet.

Please login to write comment.