Color Hex Logo

#795afa Color Hex

#795AFA
(121,90,250)
0 Favorites   0 Comments

Color spaces of #795afa

RGB 12190250
HSL0.700.940.67
HSV252°64°98°
CMYK 0.520.640.00   0.02
XYZ28.796618.279492.4530
Yxy18.27940.20640.1310
Hunter Lab42.754445.4058-98.2818
CIE-Lab49.833352.0542-75.8815

#795afa color RGB value is (121,90,250).

#795afa hex color red value is 121, green value is 90 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #795afa hue: 0.70 , saturation: 0.94 and the lightness value of 795afa is 0.67.

The process color (four color CMYK) of #795afa color hex is 0.52, 0.64, 0.00, 0.02. Web safe color of #795afa is #6666ff. Color #795afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01011010 11111010
Octal 171 132 372
Decimal 121 90 250
Hex 79 5A FA

RGB Percentages of Color #795afa

%26.25
%19.52
%54.23

CMYK Percentages of Color #795afa

%52
%64
%0
%2

Triadic Colors of #795afa

#795afa #fa795a #5afa79

Analogous Colors of #795afa

#795afa #c95afa #5a8bfa

Monochromatic Colors of #795afa

#795afa

Complementary Color

#795afa #dbfa5a

#795afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#795afa Color CSS Codes

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

#795afa Text Font Color

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

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


#795afa Background Color

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

This div background color is #795afa


#795afa Border Color

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

This div border color is #795afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795afa


Comments

No comments written yet.

Please login to write comment.