Color Hex Logo

#795cbe Color Hex

#795CBE
(121,92,190)
0 Favorites   0 Comments

Color spaces of #795cbe

RGB 12192190
HSL0.720.430.55
HSV258°52°75°
CMYK 0.360.520.00   0.25
XYZ21.006615.436950.5877
Yxy15.43690.24140.1774
Hunter Lab39.289826.6792-48.8361
CIE-Lab46.226934.0837-47.6147

#795cbe color RGB value is (121,92,190).

#795cbe hex color red value is 121, green value is 92 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #795cbe hue: 0.72 , saturation: 0.43 and the lightness value of 795cbe is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01011100 10111110
Octal 171 134 276
Decimal 121 92 190
Hex 79 5C BE

RGB Percentages of Color #795cbe

%30.02
%22.83
%47.15

CMYK Percentages of Color #795cbe

%36
%52
%0
%25

Triadic Colors of #795cbe

#795cbe #be795c #5cbe79

Analogous Colors of #795cbe

#795cbe #aa5cbe #5c70be

Monochromatic Colors of #795cbe

#795cbe

Complementary Color

#795cbe #a1be5c

#795cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#795cbe Color CSS Codes

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

#795cbe Text Font Color

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

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


#795cbe Background Color

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

This div background color is #795cbe


#795cbe Border Color

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

This div border color is #795cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795cbe


Comments

No comments written yet.

Please login to write comment.