Color Hex Logo

#512ecc Color Hex

#512ECC
(81,46,204)
0 Favorites   0 Comments

Color spaces of #512ecc

RGB 8146204
HSL0.700.630.49
HSV253°77°80°
CMYK 0.600.770.00   0.20
XYZ15.26948.063057.8783
Yxy8.06300.18800.0993
Hunter Lab28.395446.2949-100.9738
CIE-Lab34.113755.8019-75.6095

#512ecc color RGB value is (81,46,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101110 11001100
Octal 121 56 314
Decimal 81 46 204
Hex 51 2E CC

RGB Percentages of Color #512ecc

%24.47
%13.90
%61.63

CMYK Percentages of Color #512ecc

%60
%77
%0
%20

Triadic Colors of #512ecc

#512ecc #cc512e #2ecc51

Analogous Colors of #512ecc

#512ecc #a02ecc #2e5acc

Monochromatic Colors of #512ecc

#512ecc

Complementary Color

#512ecc #a9cc2e

#512ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#512ecc Color CSS Codes

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

#512ecc Text Font Color

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

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


#512ecc Background Color

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

This div background color is #512ecc


#512ecc Border Color

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

This div border color is #512ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512ecc


Comments

No comments written yet.

Please login to write comment.