Color Hex Logo

#795ecb Color Hex

#795ECB
(121,94,203)
0 Favorites   0 Comments

Color spaces of #795ecb

RGB 12194203
HSL0.710.510.58
HSV255°54°80°
CMYK 0.400.540.00   0.20
XYZ22.667416.382258.4673
Yxy16.38220.23240.1680
Hunter Lab40.474929.1352-57.3138
CIE-Lab47.472036.4825-53.1258

#795ecb color RGB value is (121,94,203).

#795ecb hex color red value is 121, green value is 94 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #795ecb hue: 0.71 , saturation: 0.51 and the lightness value of 795ecb is 0.58.

The process color (four color CMYK) of #795ecb color hex is 0.40, 0.54, 0.00, 0.20. Web safe color of #795ecb is #6666cc. Color #795ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01011110 11001011
Octal 171 136 313
Decimal 121 94 203
Hex 79 5E CB

RGB Percentages of Color #795ecb

%28.95
%22.49
%48.56

CMYK Percentages of Color #795ecb

%40
%54
%0
%20

Triadic Colors of #795ecb

#795ecb #cb795e #5ecb79

Analogous Colors of #795ecb

#795ecb #b05ecb #5e7acb

Monochromatic Colors of #795ecb

#795ecb

Complementary Color

#795ecb #b0cb5e

#795ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#795ecb Color CSS Codes

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

#795ecb Text Font Color

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

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


#795ecb Background Color

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

This div background color is #795ecb


#795ecb Border Color

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

This div border color is #795ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795ecb


Comments

No comments written yet.

Please login to write comment.