Color Hex Logo

#795292 Color Hex

#795292
(121,82,146)
0 Favorites   0 Comments

Color spaces of #795292

RGB 12182146
HSL0.770.280.45
HSV277°44°57°
CMYK 0.170.440.00   0.43
XYZ16.090812.174928.6960
Yxy12.17490.28250.2137
Hunter Lab34.892521.2538-24.3359
CIE-Lab41.492828.7849-29.1028

#795292 color RGB value is (121,82,146).

#795292 hex color red value is 121, green value is 82 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #795292 hue: 0.77 , saturation: 0.28 and the lightness value of 795292 is 0.45.

The process color (four color CMYK) of #795292 color hex is 0.17, 0.44, 0.00, 0.43. Web safe color of #795292 is #666699. Color #795292 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01010010 10010010
Octal 171 122 222
Decimal 121 82 146
Hex 79 52 92

RGB Percentages of Color #795292

%34.67
%23.50
%41.83

CMYK Percentages of Color #795292

%17
%44
%0
%43

Triadic Colors of #795292

#795292 #927952 #529279

Analogous Colors of #795292

#795292 #92528b #595292

Monochromatic Colors of #795292

#795292

Complementary Color

#795292 #6b9252

#795292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#795292 Color CSS Codes

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

#795292 Text Font Color

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

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


#795292 Background Color

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

This div background color is #795292


#795292 Border Color

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

This div border color is #795292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795292


Comments

No comments written yet.

Please login to write comment.