Color Hex Logo

#51234c Color Hex

#51234C
(81,35,76)
0 Favorites   0 Comments

Color spaces of #51234c

RGB 813576
HSL0.850.400.23
HSV307°57°32°
CMYK 0.000.570.06   0.68
XYZ5.29893.47327.2286
Yxy3.47320.33120.2171
Hunter Lab18.636518.1388-9.9514
CIE-Lab21.847327.8736-15.7292

#51234c color RGB value is (81,35,76).

#51234c hex color red value is 81, green value is 35 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #51234c hue: 0.85 , saturation: 0.40 and the lightness value of 51234c is 0.23.

The process color (four color CMYK) of #51234c color hex is 0.00, 0.57, 0.06, 0.68. Web safe color of #51234c is #663333. Color #51234c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100011 01001100
Octal 121 43 114
Decimal 81 35 76
Hex 51 23 4C

RGB Percentages of Color #51234c

%42.19
%18.23
%39.58

CMYK Percentages of Color #51234c

%0
%57
%6
%68

Triadic Colors of #51234c

#51234c #4c5123 #234c51

Analogous Colors of #51234c

#51234c #512335 #3f2351

Monochromatic Colors of #51234c

#51234c

Complementary Color

#51234c #235128

#51234c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51234c Color Preview on White Background

Lorem ipsum dolor sit amet.

#51234c Color CSS Codes

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

#51234c Text Font Color

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

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


#51234c Background Color

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

This div background color is #51234c


#51234c Border Color

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

This div border color is #51234c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,35,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51234c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51234c;
  -webkit-box-shadow: 1px 1px 3px 2px #51234c;
  box-shadow:         1px 1px 3px 2px #51234c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51234c


Comments

No comments written yet.

Please login to write comment.