Color Hex Logo

#512efc Color Hex

#512EFC
(81,46,252)
0 Favorites   0 Comments

Color spaces of #512efc

RGB 8146252
HSL0.690.970.58
HSV250°82°99°
CMYK 0.680.820.00   0.01
XYZ21.941010.731693.0104
Yxy10.73160.17460.0854
Hunter Lab32.759162.2251-145.4061
CIE-Lab39.124769.1140-94.7243

#512efc color RGB value is (81,46,252).

#512efc hex color red value is 81, green value is 46 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #512efc hue: 0.69 , saturation: 0.97 and the lightness value of 512efc is 0.58.

The process color (four color CMYK) of #512efc color hex is 0.68, 0.82, 0.00, 0.01. Web safe color of #512efc is #6633ff. Color #512efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101110 11111100
Octal 121 56 374
Decimal 81 46 252
Hex 51 2E FC

RGB Percentages of Color #512efc

%21.37
%12.14
%66.49

CMYK Percentages of Color #512efc

%68
%82
%0
%1

Triadic Colors of #512efc

#512efc #fc512e #2efc51

Analogous Colors of #512efc

#512efc #b82efc #2e72fc

Monochromatic Colors of #512efc

#512efc

Complementary Color

#512efc #d9fc2e

#512efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#512efc Color CSS Codes

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

#512efc Text Font Color

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

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


#512efc Background Color

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

This div background color is #512efc


#512efc Border Color

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

This div border color is #512efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512efc

Related Colors


Comments

No comments written yet.

Please login to write comment.