Color Hex Logo

#51338d Color Hex

#51338D
(81,51,141)
0 Favorites   0 Comments

Color spaces of #51338d

RGB 8151141
HSL0.720.470.38
HSV260°64°55°
CMYK 0.430.640.00   0.45
XYZ9.38496.040125.8705
Yxy6.04010.22730.1463
Hunter Lab24.576625.1535-45.2078
CIE-Lab29.513434.9218-45.4021

#51338d color RGB value is (81,51,141).

#51338d hex color red value is 81, green value is 51 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #51338d hue: 0.72 , saturation: 0.47 and the lightness value of 51338d is 0.38.

The process color (four color CMYK) of #51338d color hex is 0.43, 0.64, 0.00, 0.45. Web safe color of #51338d is #663399. Color #51338d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110011 10001101
Octal 121 63 215
Decimal 81 51 141
Hex 51 33 8D

RGB Percentages of Color #51338d

%29.67
%18.68
%51.65

CMYK Percentages of Color #51338d

%43
%64
%0
%45

Triadic Colors of #51338d

#51338d #8d5133 #338d51

Analogous Colors of #51338d

#51338d #7e338d #33428d

Monochromatic Colors of #51338d

#51338d

Complementary Color

#51338d #6f8d33

#51338d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51338d Color Preview on White Background

Lorem ipsum dolor sit amet.

#51338d Color CSS Codes

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

#51338d Text Font Color

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

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


#51338d Background Color

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

This div background color is #51338d


#51338d Border Color

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

This div border color is #51338d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51338d


Comments

No comments written yet.

Please login to write comment.