Color Hex Logo

#51248b Color Hex

#51248B
(81,36,139)
0 Favorites   0 Comments

Color spaces of #51248b

RGB 8136139
HSL0.740.590.34
HSV266°74°55°
CMYK 0.420.740.00   0.45
XYZ8.68444.875224.9094
Yxy4.87520.22580.1267
Hunter Lab22.079931.5675-51.4321
CIE-Lab26.376242.5450-49.2576

#51248b color RGB value is (81,36,139).

#51248b hex color red value is 81, green value is 36 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #51248b hue: 0.74 , saturation: 0.59 and the lightness value of 51248b is 0.34.

The process color (four color CMYK) of #51248b color hex is 0.42, 0.74, 0.00, 0.45. Web safe color of #51248b is #663399. Color #51248b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100100 10001011
Octal 121 44 213
Decimal 81 36 139
Hex 51 24 8B

RGB Percentages of Color #51248b

%31.64
%14.06
%54.30

CMYK Percentages of Color #51248b

%42
%74
%0
%45

Triadic Colors of #51248b

#51248b #8b5124 #248b51

Analogous Colors of #51248b

#51248b #85248b #242a8b

Monochromatic Colors of #51248b

#51248b

Complementary Color

#51248b #5e8b24

#51248b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51248b Color Preview on White Background

Lorem ipsum dolor sit amet.

#51248b Color CSS Codes

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

#51248b Text Font Color

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

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


#51248b Background Color

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

This div background color is #51248b


#51248b Border Color

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

This div border color is #51248b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51248b


Comments

No comments written yet.

Please login to write comment.