Color Hex Logo

#792aba Color Hex

#792ABA
(121,42,186)
0 Favorites   0 Comments

Color spaces of #792aba

RGB 12142186
HSL0.760.630.45
HSV273°77°73°
CMYK 0.350.770.00   0.27
XYZ17.57609.266047.3165
Yxy9.26600.23700.1249
Hunter Lab30.440149.7950-70.8531
CIE-Lab36.491558.6030-60.9864

#792aba color RGB value is (121,42,186).

#792aba hex color red value is 121, green value is 42 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #792aba hue: 0.76 , saturation: 0.63 and the lightness value of 792aba is 0.45.

The process color (four color CMYK) of #792aba color hex is 0.35, 0.77, 0.00, 0.27. Web safe color of #792aba is #6633cc. Color #792aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00101010 10111010
Octal 171 52 272
Decimal 121 42 186
Hex 79 2A BA

RGB Percentages of Color #792aba

%34.67
%12.03
%53.30

CMYK Percentages of Color #792aba

%35
%77
%0
%27

Triadic Colors of #792aba

#792aba #ba792a #2aba79

Analogous Colors of #792aba

#792aba #ba2ab3 #312aba

Monochromatic Colors of #792aba

#792aba

Complementary Color

#792aba #6bba2a

#792aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#792aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#792aba Color CSS Codes

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

#792aba Text Font Color

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

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


#792aba Background Color

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

This div background color is #792aba


#792aba Border Color

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

This div border color is #792aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #792aba


Comments

No comments written yet.

Please login to write comment.