Color Hex Logo

#795185 Color Hex

#795185
(121,81,133)
0 Favorites   0 Comments

Color spaces of #795185

RGB 12181133
HSL0.790.240.42
HSV286°39°52°
CMYK 0.090.390.00   0.48
XYZ15.061211.643323.6439
Yxy11.64330.29910.2313
Hunter Lab34.122319.0740-17.1974
CIE-Lab40.643526.4154-22.5513

#795185 color RGB value is (121,81,133).

#795185 hex color red value is 121, green value is 81 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #795185 hue: 0.79 , saturation: 0.24 and the lightness value of 795185 is 0.42.

The process color (four color CMYK) of #795185 color hex is 0.09, 0.39, 0.00, 0.48. Web safe color of #795185 is #666699. Color #795185 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01010001 10000101
Octal 171 121 205
Decimal 121 81 133
Hex 79 51 85

RGB Percentages of Color #795185

%36.12
%24.18
%39.70

CMYK Percentages of Color #795185

%9
%39
%0
%48

Triadic Colors of #795185

#795185 #857951 #518579

Analogous Colors of #795185

#795185 #855177 #5f5185

Monochromatic Colors of #795185

#795185

Complementary Color

#795185 #5d8551

#795185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#795185 Color CSS Codes

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

#795185 Text Font Color

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

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


#795185 Background Color

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

This div background color is #795185


#795185 Border Color

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

This div border color is #795185


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,81,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #795185; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #795185;
  -webkit-box-shadow: 1px 1px 3px 2px #795185;
  box-shadow:         1px 1px 3px 2px #795185; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795185


Comments

No comments written yet.

Please login to write comment.