Color Hex Logo

#512bea Color Hex

#512BEA
(81,43,234)
0 Favorites   0 Comments

Color spaces of #512bea

RGB 8143234
HSL0.700.820.54
HSV252°82°92°
CMYK 0.650.820.00   0.08
XYZ19.10859.417678.6526
Yxy9.41760.17830.0879
Hunter Lab30.688157.4420-130.4766
CIE-Lab36.776265.4254-88.4583

#512bea color RGB value is (81,43,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101011 11101010
Octal 121 53 352
Decimal 81 43 234
Hex 51 2B EA

RGB Percentages of Color #512bea

%22.63
%12.01
%65.36

CMYK Percentages of Color #512bea

%65
%82
%0
%8

Triadic Colors of #512bea

#512bea #ea512b #2bea51

Analogous Colors of #512bea

#512bea #b12bea #2b65ea

Monochromatic Colors of #512bea

#512bea

Complementary Color

#512bea #c4ea2b

#512bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#512bea Color CSS Codes

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

#512bea Text Font Color

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

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


#512bea Background Color

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

This div background color is #512bea


#512bea Border Color

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

This div border color is #512bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512bea


Comments

No comments written yet.

Please login to write comment.