Color Hex Logo

#790188 Color Hex

#790188
(121,1,136)
0 Favorites   0 Comments

Color spaces of #790188

RGB 1211136
HSL0.810.990.27
HSV293°99°53°
CMYK 0.110.990.00   0.47
XYZ12.33995.864223.7741
Yxy5.86420.29400.1397
Hunter Lab24.216148.5808-41.2565
CIE-Lab29.067258.9237-42.7306

#790188 color RGB value is (121,1,136).

#790188 hex color red value is 121, green value is 1 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #790188 hue: 0.81 , saturation: 0.99 and the lightness value of 790188 is 0.27.

The process color (four color CMYK) of #790188 color hex is 0.11, 0.99, 0.00, 0.47. Web safe color of #790188 is #660099. Color #790188 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00000001 10001000
Octal 171 1 210
Decimal 121 1 136
Hex 79 1 88

RGB Percentages of Color #790188

%46.90
%0.39
%52.71

CMYK Percentages of Color #790188

%11
%99
%0
%47

Triadic Colors of #790188

#790188 #887901 #018879

Analogous Colors of #790188

#790188 #880153 #360188

Monochromatic Colors of #790188

#790188

Complementary Color

#790188 #108801

#790188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#790188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#790188 Color CSS Codes

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

#790188 Text Font Color

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

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


#790188 Background Color

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

This div background color is #790188


#790188 Border Color

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

This div border color is #790188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #790188


Comments

No comments written yet.

Please login to write comment.