Color Hex Logo

#795299 Color Hex

#795299
(121,82,153)
0 Favorites   0 Comments

Color spaces of #795299

RGB 12182153
HSL0.760.300.46
HSV273°46°60°
CMYK 0.210.460.00   0.40
XYZ16.652212.399431.6527
Yxy12.39940.27430.2043
Hunter Lab35.212822.7907-28.6467
CIE-Lab41.844030.4510-32.7581

#795299 color RGB value is (121,82,153).

#795299 hex color red value is 121, green value is 82 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #795299 hue: 0.76 , saturation: 0.30 and the lightness value of 795299 is 0.46.

The process color (four color CMYK) of #795299 color hex is 0.21, 0.46, 0.00, 0.40. Web safe color of #795299 is #666699. Color #795299 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01010010 10011001
Octal 171 122 231
Decimal 121 82 153
Hex 79 52 99

RGB Percentages of Color #795299

%33.99
%23.03
%42.98

CMYK Percentages of Color #795299

%21
%46
%0
%40

Triadic Colors of #795299

#795299 #997952 #529979

Analogous Colors of #795299

#795299 #995296 #565299

Monochromatic Colors of #795299

#795299

Complementary Color

#795299 #729952

#795299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#795299 Color CSS Codes

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

#795299 Text Font Color

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

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


#795299 Background Color

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

This div background color is #795299


#795299 Border Color

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

This div border color is #795299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795299


Comments

No comments written yet.

Please login to write comment.