Color Hex Logo

#512acd Color Hex

#512ACD
(81,42,205)
0 Favorites   0 Comments

Color spaces of #512acd

RGB 8142205
HSL0.710.660.48
HSV254°80°80°
CMYK 0.600.800.00   0.20
XYZ15.24077.813058.4624
Yxy7.81300.18700.0958
Hunter Lab27.951748.4116-104.4416
CIE-Lab33.590457.8875-77.0551

#512acd color RGB value is (81,42,205).

#512acd hex color red value is 81, green value is 42 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #512acd hue: 0.71 , saturation: 0.66 and the lightness value of 512acd is 0.48.

The process color (four color CMYK) of #512acd color hex is 0.60, 0.80, 0.00, 0.20. Web safe color of #512acd is #6633cc. Color #512acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101010 11001101
Octal 121 52 315
Decimal 81 42 205
Hex 51 2A CD

RGB Percentages of Color #512acd

%24.70
%12.80
%62.50

CMYK Percentages of Color #512acd

%60
%80
%0
%20

Triadic Colors of #512acd

#512acd #cd512a #2acd51

Analogous Colors of #512acd

#512acd #a32acd #2a55cd

Monochromatic Colors of #512acd

#512acd

Complementary Color

#512acd #a6cd2a

#512acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#512acd Color CSS Codes

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

#512acd Text Font Color

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

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


#512acd Background Color

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

This div background color is #512acd


#512acd Border Color

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

This div border color is #512acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512acd


Comments

No comments written yet.

Please login to write comment.