Color Hex Logo

#512fcd Color Hex

#512FCD
(81,47,205)
0 Favorites   0 Comments

Color spaces of #512fcd

RGB 8147205
HSL0.700.630.49
HSV253°77°80°
CMYK 0.600.770.00   0.20
XYZ15.42938.190158.5252
Yxy8.19010.18780.0997
Hunter Lab28.618446.1544-101.2166
CIE-Lab34.375755.6183-75.7592

#512fcd color RGB value is (81,47,205).

#512fcd hex color red value is 81, green value is 47 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #512fcd hue: 0.70 , saturation: 0.63 and the lightness value of 512fcd is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101111 11001101
Octal 121 57 315
Decimal 81 47 205
Hex 51 2F CD

RGB Percentages of Color #512fcd

%24.32
%14.11
%61.56

CMYK Percentages of Color #512fcd

%60
%77
%0
%20

Triadic Colors of #512fcd

#512fcd #cd512f #2fcd51

Analogous Colors of #512fcd

#512fcd #a02fcd #2f5ccd

Monochromatic Colors of #512fcd

#512fcd

Complementary Color

#512fcd #abcd2f

#512fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#512fcd Color CSS Codes

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

#512fcd Text Font Color

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

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


#512fcd Background Color

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

This div background color is #512fcd


#512fcd Border Color

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

This div border color is #512fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512fcd


Comments

No comments written yet.

Please login to write comment.