Color Hex Logo

#512abe Color Hex

#512ABE
(81,42,190)
0 Favorites   0 Comments

Color spaces of #512abe

RGB 8142190
HSL0.710.640.45
HSV256°78°75°
CMYK 0.570.780.00   0.25
XYZ13.51567.123049.3777
Yxy7.12300.19300.1017
Hunter Lab26.688943.6889-91.0112
CIE-Lab32.085353.7128-70.7518

#512abe color RGB value is (81,42,190).

#512abe hex color red value is 81, green value is 42 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #512abe hue: 0.71 , saturation: 0.64 and the lightness value of 512abe is 0.45.

The process color (four color CMYK) of #512abe color hex is 0.57, 0.78, 0.00, 0.25. Web safe color of #512abe is #6633cc. Color #512abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101010 10111110
Octal 121 52 276
Decimal 81 42 190
Hex 51 2A BE

RGB Percentages of Color #512abe

%25.88
%13.42
%60.70

CMYK Percentages of Color #512abe

%57
%78
%0
%25

Triadic Colors of #512abe

#512abe #be512a #2abe51

Analogous Colors of #512abe

#512abe #9b2abe #2a4dbe

Monochromatic Colors of #512abe

#512abe

Complementary Color

#512abe #97be2a

#512abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#512abe Color CSS Codes

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

#512abe Text Font Color

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

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


#512abe Background Color

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

This div background color is #512abe


#512abe Border Color

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

This div border color is #512abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512abe


Comments

No comments written yet.

Please login to write comment.