Color Hex Logo

#795cbd Color Hex

#795CBD
(121,92,189)
0 Favorites   0 Comments

Color spaces of #795cbd

RGB 12192189
HSL0.720.420.55
HSV258°51°74°
CMYK 0.360.510.00   0.26
XYZ20.897615.393450.0139
Yxy15.39340.24210.1784
Hunter Lab39.234426.4150-48.1156
CIE-Lab46.168433.8121-47.1277

#795cbd color RGB value is (121,92,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01011100 10111101
Octal 171 134 275
Decimal 121 92 189
Hex 79 5C BD

RGB Percentages of Color #795cbd

%30.10
%22.89
%47.01

CMYK Percentages of Color #795cbd

%36
%51
%0
%26

Triadic Colors of #795cbd

#795cbd #bd795c #5cbd79

Analogous Colors of #795cbd

#795cbd #aa5cbd #5c70bd

Monochromatic Colors of #795cbd

#795cbd

Complementary Color

#795cbd #a0bd5c

#795cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#795cbd Color CSS Codes

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

#795cbd Text Font Color

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

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


#795cbd Background Color

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

This div background color is #795cbd


#795cbd Border Color

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

This div border color is #795cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795cbd


Comments

No comments written yet.

Please login to write comment.