Color Hex Logo

#792488 Color Hex

#792488
(121,36,136)
0 Favorites   0 Comments

Color spaces of #792488

RGB 12136136
HSL0.810.580.34
HSV291°74°53°
CMYK 0.110.740.00   0.47
XYZ12.96007.104323.9807
Yxy7.10430.29420.1613
Hunter Lab26.653940.1483-34.6859
CIE-Lab32.043250.2681-37.9475

#792488 color RGB value is (121,36,136).

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

The process color (four color CMYK) of #792488 color hex is 0.11, 0.74, 0.00, 0.47. Web safe color of #792488 is #663399. Color #792488 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00100100 10001000
Octal 171 44 210
Decimal 121 36 136
Hex 79 24 88

RGB Percentages of Color #792488

%41.30
%12.29
%46.42

CMYK Percentages of Color #792488

%11
%74
%0
%47

Triadic Colors of #792488

#792488 #887924 #248879

Analogous Colors of #792488

#792488 #882465 #472488

Monochromatic Colors of #792488

#792488

Complementary Color

#792488 #338824

#792488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#792488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#792488 Color CSS Codes

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

#792488 Text Font Color

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

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


#792488 Background Color

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

This div background color is #792488


#792488 Border Color

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

This div border color is #792488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #792488


Comments

No comments written yet.

Please login to write comment.