Color Hex Logo

#512890 Color Hex

#512890
(81,40,144)
0 Favorites   0 Comments

Color spaces of #512890

RGB 8140144
HSL0.730.570.36
HSV264°72°56°
CMYK 0.440.720.00   0.44
XYZ9.18625.280526.9206
Yxy5.28050.22200.1276
Hunter Lab22.979331.1432-53.3735
CIE-Lab27.519441.8740-50.4938

#512890 color RGB value is (81,40,144).

#512890 hex color red value is 81, green value is 40 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #512890 hue: 0.73 , saturation: 0.57 and the lightness value of 512890 is 0.36.

The process color (four color CMYK) of #512890 color hex is 0.44, 0.72, 0.00, 0.44. Web safe color of #512890 is #663399. Color #512890 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101000 10010000
Octal 121 50 220
Decimal 81 40 144
Hex 51 28 90

RGB Percentages of Color #512890

%30.57
%15.09
%54.34

CMYK Percentages of Color #512890

%44
%72
%0
%44

Triadic Colors of #512890

#512890 #905128 #289051

Analogous Colors of #512890

#512890 #852890 #283390

Monochromatic Colors of #512890

#512890

Complementary Color

#512890 #679028

#512890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512890 Color CSS Codes

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

#512890 Text Font Color

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

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


#512890 Background Color

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

This div background color is #512890


#512890 Border Color

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

This div border color is #512890


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,40,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #512890; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #512890;
  -webkit-box-shadow: 1px 1px 3px 2px #512890;
  box-shadow:         1px 1px 3px 2px #512890; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512890


Comments

No comments written yet.

Please login to write comment.