Color Hex Logo

#795aff Color Hex

#795AFF
(121,90,255)
0 Favorites   0 Comments

Color spaces of #795aff

RGB 12190255
HSL0.701.000.68
HSV251°65°100°
CMYK 0.530.650.00   0.00
XYZ29.591318.597396.6377
Yxy18.59730.20430.1284
Hunter Lab43.124647.0154-102.6755
CIE-Lab50.212753.4799-78.0426

#795aff color RGB value is (121,90,255).

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

The process color (four color CMYK) of #795aff color hex is 0.53, 0.65, 0.00, 0.00. Web safe color of #795aff is #6666ff. Color #795aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01011010 11111111
Octal 171 132 377
Decimal 121 90 255
Hex 79 5A FF

RGB Percentages of Color #795aff

%25.97
%19.31
%54.72

CMYK Percentages of Color #795aff

%53
%65
%0
%0

Triadic Colors of #795aff

#795aff #ff795a #5aff79

Analogous Colors of #795aff

#795aff #cc5aff #5a8eff

Monochromatic Colors of #795aff

#795aff

Complementary Color

#795aff #e0ff5a

#795aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#795aff Color CSS Codes

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

#795aff Text Font Color

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

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


#795aff Background Color

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

This div background color is #795aff


#795aff Border Color

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

This div border color is #795aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795aff

Related Colors


Comments

No comments written yet.

Please login to write comment.