Color Hex Logo

#792abf Color Hex

#792ABF
(121,42,191)
0 Favorites   0 Comments

Color spaces of #792abf

RGB 12142191
HSL0.760.640.46
HSV272°78°75°
CMYK 0.370.780.00   0.25
XYZ18.11719.482550.1656
Yxy9.48250.23300.1219
Hunter Lab30.793751.1295-75.0331
CIE-Lab36.897159.7482-63.2684

#792abf color RGB value is (121,42,191).

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

The process color (four color CMYK) of #792abf color hex is 0.37, 0.78, 0.00, 0.25. Web safe color of #792abf is #6633cc. Color #792abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00101010 10111111
Octal 171 52 277
Decimal 121 42 191
Hex 79 2A BF

RGB Percentages of Color #792abf

%34.18
%11.86
%53.95

CMYK Percentages of Color #792abf

%37
%78
%0
%25

Triadic Colors of #792abf

#792abf #bf792a #2abf79

Analogous Colors of #792abf

#792abf #bf2abb #2e2abf

Monochromatic Colors of #792abf

#792abf

Complementary Color

#792abf #70bf2a

#792abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#792abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#792abf Color CSS Codes

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

#792abf Text Font Color

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

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


#792abf Background Color

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

This div background color is #792abf


#792abf Border Color

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

This div border color is #792abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #792abf


Comments

No comments written yet.

Please login to write comment.