Color Hex Logo

#51225b Color Hex

#51225B
(81,34,91)
0 Favorites   0 Comments

Color spaces of #51225b

RGB 813491
HSL0.800.460.25
HSV289°63°36°
CMYK 0.110.630.00   0.64
XYZ5.85373.648710.2933
Yxy3.64870.29570.1843
Hunter Lab19.101621.2738-18.5786
CIE-Lab22.474331.6172-24.7741

#51225b color RGB value is (81,34,91).

#51225b hex color red value is 81, green value is 34 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #51225b hue: 0.80 , saturation: 0.46 and the lightness value of 51225b is 0.25.

The process color (four color CMYK) of #51225b color hex is 0.11, 0.63, 0.00, 0.64. Web safe color of #51225b is #663366. Color #51225b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100010 01011011
Octal 121 42 133
Decimal 81 34 91
Hex 51 22 5B

RGB Percentages of Color #51225b

%39.32
%16.50
%44.17

CMYK Percentages of Color #51225b

%11
%63
%0
%64

Triadic Colors of #51225b

#51225b #5b5122 #225b51

Analogous Colors of #51225b

#51225b #5b2249 #34225b

Monochromatic Colors of #51225b

#51225b

Complementary Color

#51225b #2c5b22

#51225b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51225b Color Preview on White Background

Lorem ipsum dolor sit amet.

#51225b Color CSS Codes

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

#51225b Text Font Color

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

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


#51225b Background Color

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

This div background color is #51225b


#51225b Border Color

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

This div border color is #51225b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,34,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51225b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51225b;
  -webkit-box-shadow: 1px 1px 3px 2px #51225b;
  box-shadow:         1px 1px 3px 2px #51225b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51225b


Comments

No comments written yet.

Please login to write comment.