Color Hex Logo

#51237b Color Hex

#51237B
(81,35,123)
0 Favorites   0 Comments

Color spaces of #51237b

RGB 8135123
HSL0.750.560.31
HSV271°72°48°
CMYK 0.340.720.00   0.52
XYZ7.56954.381519.1856
Yxy4.38150.24310.1407
Hunter Lab20.932027.9186-39.6908
CIE-Lab24.894638.8497-41.6170

#51237b color RGB value is (81,35,123).

#51237b hex color red value is 81, green value is 35 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #51237b hue: 0.75 , saturation: 0.56 and the lightness value of 51237b is 0.31.

The process color (four color CMYK) of #51237b color hex is 0.34, 0.72, 0.00, 0.52. Web safe color of #51237b is #663366. Color #51237b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100011 01111011
Octal 121 43 173
Decimal 81 35 123
Hex 51 23 7B

RGB Percentages of Color #51237b

%33.89
%14.64
%51.46

CMYK Percentages of Color #51237b

%34
%72
%0
%52

Triadic Colors of #51237b

#51237b #7b5123 #237b51

Analogous Colors of #51237b

#51237b #7b2379 #25237b

Monochromatic Colors of #51237b

#51237b

Complementary Color

#51237b #4d7b23

#51237b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51237b Color Preview on White Background

Lorem ipsum dolor sit amet.

#51237b Color CSS Codes

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

#51237b Text Font Color

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

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


#51237b Background Color

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

This div background color is #51237b


#51237b Border Color

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

This div border color is #51237b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51237b


Comments

No comments written yet.

Please login to write comment.