Color Hex Logo

#790088 Color Hex

#790088
(121,0,136)
0 Favorites   0 Comments

Color spaces of #790088

RGB 1210136
HSL0.811.000.27
HSV293°100°53°
CMYK 0.111.000.00   0.47
XYZ12.32915.842523.7705
Yxy5.84250.29400.1393
Hunter Lab24.171348.7483-41.3871
CIE-Lab29.011659.0897-42.8205

#790088 color RGB value is (121,0,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00000000 10001000
Octal 171 0 210
Decimal 121 0 136
Hex 79 0 88

RGB Percentages of Color #790088

%47.08
%0.00
%52.92

CMYK Percentages of Color #790088

%11
%100
%0
%47

Triadic Colors of #790088

#790088 #887900 #008879

Analogous Colors of #790088

#790088 #880053 #350088

Monochromatic Colors of #790088

#790088

Complementary Color

#790088 #0f8800

#790088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#790088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#790088 Color CSS Codes

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

#790088 Text Font Color

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

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


#790088 Background Color

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

This div background color is #790088


#790088 Border Color

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

This div border color is #790088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #790088


Comments

No comments written yet.

Please login to write comment.