Color Hex Logo

#795abb Color Hex

#795ABB
(121,90,187)
0 Favorites   0 Comments

Color spaces of #795abb

RGB 12190187
HSL0.720.420.54
HSV259°52°73°
CMYK 0.350.520.00   0.27
XYZ20.511014.965148.8212
Yxy14.96510.24330.1775
Hunter Lab38.684826.9440-47.7463
CIE-Lab45.586434.4482-46.8946

#795abb color RGB value is (121,90,187).

#795abb hex color red value is 121, green value is 90 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #795abb hue: 0.72 , saturation: 0.42 and the lightness value of 795abb is 0.54.

The process color (four color CMYK) of #795abb color hex is 0.35, 0.52, 0.00, 0.27. Web safe color of #795abb is #6666cc. Color #795abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01011010 10111011
Octal 171 132 273
Decimal 121 90 187
Hex 79 5A BB

RGB Percentages of Color #795abb

%30.40
%22.61
%46.98

CMYK Percentages of Color #795abb

%35
%52
%0
%27

Triadic Colors of #795abb

#795abb #bb795a #5abb79

Analogous Colors of #795abb

#795abb #aa5abb #5a6cbb

Monochromatic Colors of #795abb

#795abb

Complementary Color

#795abb #9cbb5a

#795abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#795abb Color CSS Codes

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

#795abb Text Font Color

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

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


#795abb Background Color

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

This div background color is #795abb


#795abb Border Color

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

This div border color is #795abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795abb


Comments

No comments written yet.

Please login to write comment.