Color Hex Logo

#51369a Color Hex

#51369A
(81,54,154)
0 Favorites   0 Comments

Color spaces of #51369a

RGB 8154154
HSL0.710.480.41
HSV256°65°60°
CMYK 0.470.650.00   0.40
XYZ10.54526.720831.3133
Yxy6.72080.21710.1383
Hunter Lab25.924527.2398-53.4672
CIE-Lab31.162736.9693-50.6989

#51369a color RGB value is (81,54,154).

#51369a hex color red value is 81, green value is 54 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #51369a hue: 0.71 , saturation: 0.48 and the lightness value of 51369a is 0.41.

The process color (four color CMYK) of #51369a color hex is 0.47, 0.65, 0.00, 0.40. Web safe color of #51369a is #663399. Color #51369a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110110 10011010
Octal 121 66 232
Decimal 81 54 154
Hex 51 36 9A

RGB Percentages of Color #51369a

%28.03
%18.69
%53.29

CMYK Percentages of Color #51369a

%47
%65
%0
%40

Triadic Colors of #51369a

#51369a #9a5136 #369a51

Analogous Colors of #51369a

#51369a #83369a #364d9a

Monochromatic Colors of #51369a

#51369a

Complementary Color

#51369a #7f9a36

#51369a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51369a Color Preview on White Background

Lorem ipsum dolor sit amet.

#51369a Color CSS Codes

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

#51369a Text Font Color

<p style="color:#51369a">Text here</p>

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


#51369a Background Color

<div style="background-color:#51369a">
Div content here</div>

This div background color is #51369a


#51369a Border Color

<div style="border:3px solid #51369a">
Div here</div>

This div border color is #51369a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,54,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51369a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51369a;
  -webkit-box-shadow: 1px 1px 3px 2px #51369a;
  box-shadow:         1px 1px 3px 2px #51369a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51369a


Comments

No comments written yet.

Please login to write comment.