Color Hex Logo

#795ed8 Color Hex

#795ED8
(121,94,216)
0 Favorites   0 Comments

Color spaces of #795ed8

RGB 12194216
HSL0.700.610.61
HSV253°56°85°
CMYK 0.440.560.00   0.15
XYZ24.282517.028266.9727
Yxy17.02820.22420.1573
Hunter Lab41.265232.8240-67.3409
CIE-Lab48.295540.1287-59.2345

#795ed8 color RGB value is (121,94,216).

#795ed8 hex color red value is 121, green value is 94 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #795ed8 hue: 0.70 , saturation: 0.61 and the lightness value of 795ed8 is 0.61.

The process color (four color CMYK) of #795ed8 color hex is 0.44, 0.56, 0.00, 0.15. Web safe color of #795ed8 is #6666cc. Color #795ed8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01011110 11011000
Octal 171 136 330
Decimal 121 94 216
Hex 79 5E D8

RGB Percentages of Color #795ed8

%28.07
%21.81
%50.12

CMYK Percentages of Color #795ed8

%44
%56
%0
%15

Triadic Colors of #795ed8

#795ed8 #d8795e #5ed879

Analogous Colors of #795ed8

#795ed8 #b65ed8 #5e80d8

Monochromatic Colors of #795ed8

#795ed8

Complementary Color

#795ed8 #bdd85e

#795ed8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795ed8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#795ed8 Color CSS Codes

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

#795ed8 Text Font Color

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

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


#795ed8 Background Color

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

This div background color is #795ed8


#795ed8 Border Color

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

This div border color is #795ed8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795ed8


Comments

No comments written yet.

Please login to write comment.