Color Hex Logo

#795bdc Color Hex

#795BDC
(121,91,220)
0 Favorites   0 Comments

Color spaces of #795bdc

RGB 12191220
HSL0.710.650.61
HSV254°59°86°
CMYK 0.450.590.00   0.14
XYZ24.544516.714469.6427
Yxy16.71440.22130.1507
Hunter Lab40.883235.6178-72.3795
CIE-Lab47.898142.9786-62.1506

#795bdc color RGB value is (121,91,220).

#795bdc hex color red value is 121, green value is 91 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #795bdc hue: 0.71 , saturation: 0.65 and the lightness value of 795bdc is 0.61.

The process color (four color CMYK) of #795bdc color hex is 0.45, 0.59, 0.00, 0.14. Web safe color of #795bdc is #6666cc. Color #795bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01011011 11011100
Octal 171 133 334
Decimal 121 91 220
Hex 79 5B DC

RGB Percentages of Color #795bdc

%28.01
%21.06
%50.93

CMYK Percentages of Color #795bdc

%45
%59
%0
%14

Triadic Colors of #795bdc

#795bdc #dc795b #5bdc79

Analogous Colors of #795bdc

#795bdc #ba5bdc #5b7edc

Monochromatic Colors of #795bdc

#795bdc

Complementary Color

#795bdc #bedc5b

#795bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#795bdc Color CSS Codes

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

#795bdc Text Font Color

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

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


#795bdc Background Color

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

This div background color is #795bdc


#795bdc Border Color

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

This div border color is #795bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795bdc


Comments

No comments written yet.

Please login to write comment.