Color Hex Logo

#512cad Color Hex

#512CAD
(81,44,173)
0 Favorites   0 Comments

Color spaces of #512cad

RGB 8144173
HSL0.710.590.43
HSV257°75°68°
CMYK 0.530.750.00   0.32
XYZ11.83686.567840.1790
Yxy6.56780.20200.1121
Hunter Lab25.627737.5962-75.0151
CIE-Lab30.802047.9576-62.7599

#512cad color RGB value is (81,44,173).

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

The process color (four color CMYK) of #512cad color hex is 0.53, 0.75, 0.00, 0.32. Web safe color of #512cad is #663399. Color #512cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101100 10101101
Octal 121 54 255
Decimal 81 44 173
Hex 51 2C AD

RGB Percentages of Color #512cad

%27.18
%14.77
%58.05

CMYK Percentages of Color #512cad

%53
%75
%0
%32

Triadic Colors of #512cad

#512cad #ad512c #2cad51

Analogous Colors of #512cad

#512cad #922cad #2c48ad

Monochromatic Colors of #512cad

#512cad

Complementary Color

#512cad #88ad2c

#512cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#512cad Color CSS Codes

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

#512cad Text Font Color

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

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


#512cad Background Color

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

This div background color is #512cad


#512cad Border Color

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

This div border color is #512cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512cad


Comments

No comments written yet.

Please login to write comment.