Color Hex Logo

#795eaf Color Hex

#795EAF
(121,94,175)
0 Favorites   0 Comments

Color spaces of #795eaf

RGB 12194175
HSL0.720.340.53
HSV260°46°69°
CMYK 0.310.460.00   0.31
XYZ19.625715.165542.4503
Yxy15.16550.25410.1963
Hunter Lab38.942921.8069-37.3699
CIE-Lab45.860028.8901-39.4515

#795eaf color RGB value is (121,94,175).

#795eaf hex color red value is 121, green value is 94 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #795eaf hue: 0.72 , saturation: 0.34 and the lightness value of 795eaf is 0.53.

The process color (four color CMYK) of #795eaf color hex is 0.31, 0.46, 0.00, 0.31. Web safe color of #795eaf is #666699. Color #795eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01011110 10101111
Octal 171 136 257
Decimal 121 94 175
Hex 79 5E AF

RGB Percentages of Color #795eaf

%31.03
%24.10
%44.87

CMYK Percentages of Color #795eaf

%31
%46
%0
%31

Triadic Colors of #795eaf

#795eaf #af795e #5eaf79

Analogous Colors of #795eaf

#795eaf #a25eaf #5e6caf

Monochromatic Colors of #795eaf

#795eaf

Complementary Color

#795eaf #94af5e

#795eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#795eaf Color CSS Codes

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

#795eaf Text Font Color

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

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


#795eaf Background Color

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

This div background color is #795eaf


#795eaf Border Color

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

This div border color is #795eaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,94,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #795eaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #795eaf;
  -webkit-box-shadow: 1px 1px 3px 2px #795eaf;
  box-shadow:         1px 1px 3px 2px #795eaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795eaf


Comments

No comments written yet.

Please login to write comment.