Color Hex Logo

#795cad Color Hex

#795CAD
(121,92,173)
0 Favorites   0 Comments

Color spaces of #795cad

RGB 12192173
HSL0.730.330.52
HSV261°47°68°
CMYK 0.300.470.00   0.32
XYZ19.255114.736441.3647
Yxy14.73640.25550.1956
Hunter Lab38.388022.3550-37.0158
CIE-Lab45.271029.5569-39.2108

#795cad color RGB value is (121,92,173).

#795cad hex color red value is 121, green value is 92 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #795cad hue: 0.73 , saturation: 0.33 and the lightness value of 795cad is 0.52.

The process color (four color CMYK) of #795cad color hex is 0.30, 0.47, 0.00, 0.32. Web safe color of #795cad is #666699. Color #795cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01011100 10101101
Octal 171 134 255
Decimal 121 92 173
Hex 79 5C AD

RGB Percentages of Color #795cad

%31.35
%23.83
%44.82

CMYK Percentages of Color #795cad

%30
%47
%0
%32

Triadic Colors of #795cad

#795cad #ad795c #5cad79

Analogous Colors of #795cad

#795cad #a25cad #5c68ad

Monochromatic Colors of #795cad

#795cad

Complementary Color

#795cad #90ad5c

#795cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#795cad Color CSS Codes

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

#795cad Text Font Color

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

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


#795cad Background Color

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

This div background color is #795cad


#795cad Border Color

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

This div border color is #795cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795cad


Comments

No comments written yet.

Please login to write comment.