Color Hex Logo

#512fec Color Hex

#512FEC
(81,47,236)
0 Favorites   0 Comments

Color spaces of #512fec

RGB 8147236
HSL0.700.830.55
HSV251°80°93°
CMYK 0.660.800.00   0.07
XYZ19.55029.838580.2255
Yxy9.83850.17840.0898
Hunter Lab31.366456.3652-129.6890
CIE-Lab37.551064.3254-88.3108

#512fec color RGB value is (81,47,236).

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

The process color (four color CMYK) of #512fec color hex is 0.66, 0.80, 0.00, 0.07. Web safe color of #512fec is #6633ff. Color #512fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101111 11101100
Octal 121 57 354
Decimal 81 47 236
Hex 51 2F EC

RGB Percentages of Color #512fec

%22.25
%12.91
%64.84

CMYK Percentages of Color #512fec

%66
%80
%0
%7

Triadic Colors of #512fec

#512fec #ec512f #2fec51

Analogous Colors of #512fec

#512fec #b02fec #2f6cec

Monochromatic Colors of #512fec

#512fec

Complementary Color

#512fec #caec2f

#512fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#512fec Color CSS Codes

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

#512fec Text Font Color

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

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


#512fec Background Color

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

This div background color is #512fec


#512fec Border Color

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

This div border color is #512fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512fec


Comments

No comments written yet.

Please login to write comment.