Color Hex Logo

#512fea Color Hex

#512FEA
(81,47,234)
0 Favorites   0 Comments

Color spaces of #512fea

RGB 8147234
HSL0.700.820.55
HSV251°80°92°
CMYK 0.650.800.00   0.08
XYZ19.26119.722978.7034
Yxy9.72290.17890.0903
Hunter Lab31.181655.6931-127.8230
CIE-Lab37.340463.7710-87.5241

#512fea color RGB value is (81,47,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101111 11101010
Octal 121 57 352
Decimal 81 47 234
Hex 51 2F EA

RGB Percentages of Color #512fea

%22.38
%12.98
%64.64

CMYK Percentages of Color #512fea

%65
%80
%0
%8

Triadic Colors of #512fea

#512fea #ea512f #2fea51

Analogous Colors of #512fea

#512fea #af2fea #2f6bea

Monochromatic Colors of #512fea

#512fea

Complementary Color

#512fea #c8ea2f

#512fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#512fea Color CSS Codes

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

#512fea Text Font Color

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

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


#512fea Background Color

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

This div background color is #512fea


#512fea Border Color

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

This div border color is #512fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512fea


Comments

No comments written yet.

Please login to write comment.