Color Hex Logo

#790cbd Color Hex

#790CBD
(121,12,189)
0 Favorites   0 Comments

Color spaces of #790cbd

RGB 12112189
HSL0.770.880.39
HSV277°94°74°
CMYK 0.360.940.00   0.26
XYZ17.20198.002048.7820
Yxy8.00200.23250.1082
Hunter Lab28.287859.0427-82.4435
CIE-Lab33.987067.3624-66.8525

#790cbd color RGB value is (121,12,189).

#790cbd hex color red value is 121, green value is 12 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #790cbd hue: 0.77 , saturation: 0.88 and the lightness value of 790cbd is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00001100 10111101
Octal 171 14 275
Decimal 121 12 189
Hex 79 C BD

RGB Percentages of Color #790cbd

%37.58
%3.73
%58.70

CMYK Percentages of Color #790cbd

%36
%94
%0
%26

Triadic Colors of #790cbd

#790cbd #bd790c #0cbd79

Analogous Colors of #790cbd

#790cbd #bd0ca9 #200cbd

Monochromatic Colors of #790cbd

#790cbd

Complementary Color

#790cbd #50bd0c

#790cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#790cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#790cbd Color CSS Codes

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

#790cbd Text Font Color

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

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


#790cbd Background Color

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

This div background color is #790cbd


#790cbd Border Color

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

This div border color is #790cbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,12,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 #790cbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #790cbd


Comments

No comments written yet.

Please login to write comment.