Color Hex Logo

#51275d Color Hex

#51275D
(81,39,93)
0 Favorites   0 Comments

Color spaces of #51275d

RGB 813993
HSL0.800.410.26
HSV287°58°36°
CMYK 0.130.580.00   0.64
XYZ6.09463.990710.8050
Yxy3.99070.29170.1910
Hunter Lab19.976719.4984-18.0850
CIE-Lab23.640729.2620-24.2484

#51275d color RGB value is (81,39,93).

#51275d hex color red value is 81, green value is 39 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #51275d hue: 0.80 , saturation: 0.41 and the lightness value of 51275d is 0.26.

The process color (four color CMYK) of #51275d color hex is 0.13, 0.58, 0.00, 0.64. Web safe color of #51275d is #663366. Color #51275d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100111 01011101
Octal 121 47 135
Decimal 81 39 93
Hex 51 27 5D

RGB Percentages of Color #51275d

%38.03
%18.31
%43.66

CMYK Percentages of Color #51275d

%13
%58
%0
%64

Triadic Colors of #51275d

#51275d #5d5127 #275d51

Analogous Colors of #51275d

#51275d #5d274e #36275d

Monochromatic Colors of #51275d

#51275d

Complementary Color

#51275d #335d27

#51275d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51275d Color Preview on White Background

Lorem ipsum dolor sit amet.

#51275d Color CSS Codes

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

#51275d Text Font Color

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

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


#51275d Background Color

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

This div background color is #51275d


#51275d Border Color

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

This div border color is #51275d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,39,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51275d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51275d;
  -webkit-box-shadow: 1px 1px 3px 2px #51275d;
  box-shadow:         1px 1px 3px 2px #51275d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51275d


Comments

No comments written yet.

Please login to write comment.