Color Hex Logo

#51095f Color Hex

#51095F
(81,9,95)
0 Favorites   0 Comments

Color spaces of #51095f

RGB 81995
HSL0.810.830.20
HSV290°91°37°
CMYK 0.150.910.00   0.63
XYZ5.55662.770911.0685
Yxy2.77090.28650.1429
Hunter Lab16.646030.4545-27.7717
CIE-Lab19.102042.7543-32.8204

#51095f color RGB value is (81,9,95).

#51095f hex color red value is 81, green value is 9 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #51095f hue: 0.81 , saturation: 0.83 and the lightness value of 51095f is 0.20.

The process color (four color CMYK) of #51095f color hex is 0.15, 0.91, 0.00, 0.63. Web safe color of #51095f is #660066. Color #51095f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00001001 01011111
Octal 121 11 137
Decimal 81 9 95
Hex 51 9 5F

RGB Percentages of Color #51095f

%43.78
%4.86
%51.35

CMYK Percentages of Color #51095f

%15
%91
%0
%63

Triadic Colors of #51095f

#51095f #5f5109 #095f51

Analogous Colors of #51095f

#51095f #5f0942 #26095f

Monochromatic Colors of #51095f

#51095f

Complementary Color

#51095f #175f09

#51095f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51095f Color Preview on White Background

Lorem ipsum dolor sit amet.

#51095f Color CSS Codes

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

#51095f Text Font Color

<p style="color:#51095f">Text here</p>

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


#51095f Background Color

<div style="background-color:#51095f">
Div content here</div>

This div background color is #51095f


#51095f Border Color

<div style="border:3px solid #51095f">
Div here</div>

This div border color is #51095f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,9,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51095f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51095f;
  -webkit-box-shadow: 1px 1px 3px 2px #51095f;
  box-shadow:         1px 1px 3px 2px #51095f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51095f


Comments

No comments written yet.

Please login to write comment.