Color Hex Logo

#795aad Color Hex

#795AAD
(121,90,173)
0 Favorites   0 Comments

Color spaces of #795aad

RGB 12190173
HSL0.730.340.52
HSV262°48°68°
CMYK 0.300.480.00   0.32
XYZ19.084114.394441.3077
Yxy14.39440.25520.1925
Hunter Lab37.940023.3920-37.9949
CIE-Lab44.793330.7441-39.9678

#795aad color RGB value is (121,90,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01011010 10101101
Octal 171 132 255
Decimal 121 90 173
Hex 79 5A AD

RGB Percentages of Color #795aad

%31.51
%23.44
%45.05

CMYK Percentages of Color #795aad

%30
%48
%0
%32

Triadic Colors of #795aad

#795aad #ad795a #5aad79

Analogous Colors of #795aad

#795aad #a35aad #5a65ad

Monochromatic Colors of #795aad

#795aad

Complementary Color

#795aad #8ead5a

#795aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#795aad Color CSS Codes

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

#795aad Text Font Color

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

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


#795aad Background Color

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

This div background color is #795aad


#795aad Border Color

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

This div border color is #795aad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,90,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 #795aad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795aad


Comments

No comments written yet.

Please login to write comment.