Color Hex Logo

#795ae1 Color Hex

#795AE1
(121,90,225)
0 Favorites   0 Comments

Color spaces of #795ae1

RGB 12190225
HSL0.700.690.62
HSV254°60°88°
CMYK 0.460.600.00   0.12
XYZ25.131916.813573.1549
Yxy16.81350.21830.1461
Hunter Lab41.004337.6469-77.0751
CIE-Lab48.024244.9553-64.7827

#795ae1 color RGB value is (121,90,225).

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

The process color (four color CMYK) of #795ae1 color hex is 0.46, 0.60, 0.00, 0.12. Web safe color of #795ae1 is #6666cc. Color #795ae1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01011010 11100001
Octal 171 132 341
Decimal 121 90 225
Hex 79 5A E1

RGB Percentages of Color #795ae1

%27.75
%20.64
%51.61

CMYK Percentages of Color #795ae1

%46
%60
%0
%12

Triadic Colors of #795ae1

#795ae1 #e1795a #5ae179

Analogous Colors of #795ae1

#795ae1 #bd5ae1 #5a7fe1

Monochromatic Colors of #795ae1

#795ae1

Complementary Color

#795ae1 #c2e15a

#795ae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795ae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#795ae1 Color CSS Codes

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

#795ae1 Text Font Color

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

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


#795ae1 Background Color

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

This div background color is #795ae1


#795ae1 Border Color

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

This div border color is #795ae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795ae1


Comments

No comments written yet.

Please login to write comment.