Color Hex Logo

#512daf Color Hex

#512DAF
(81,45,175)
0 Favorites   0 Comments

Color spaces of #512daf

RGB 8145175
HSL0.710.590.43
HSV257°74°69°
CMYK 0.540.740.00   0.31
XYZ12.06966.721241.2186
Yxy6.72120.20110.1120
Hunter Lab25.925337.7320-76.1175
CIE-Lab31.163648.0254-63.3632

#512daf color RGB value is (81,45,175).

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

The process color (four color CMYK) of #512daf color hex is 0.54, 0.74, 0.00, 0.31. Web safe color of #512daf is #663399. Color #512daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101101 10101111
Octal 121 55 257
Decimal 81 45 175
Hex 51 2D AF

RGB Percentages of Color #512daf

%26.91
%14.95
%58.14

CMYK Percentages of Color #512daf

%54
%74
%0
%31

Triadic Colors of #512daf

#512daf #af512d #2daf51

Analogous Colors of #512daf

#512daf #922daf #2d4aaf

Monochromatic Colors of #512daf

#512daf

Complementary Color

#512daf #8baf2d

#512daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#512daf Color CSS Codes

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

#512daf Text Font Color

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

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


#512daf Background Color

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

This div background color is #512daf


#512daf Border Color

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

This div border color is #512daf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,45,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512daf


Comments

No comments written yet.

Please login to write comment.