Color Hex Logo

#792adb Color Hex

#792ADB
(121,42,219)
0 Favorites   0 Comments

Color spaces of #792adb

RGB 12142219
HSL0.740.710.51
HSV267°81°86°
CMYK 0.450.810.00   0.14
XYZ21.499310.835367.9761
Yxy10.83530.21430.1080
Hunter Lab32.917058.9801-99.3964
CIE-Lab39.301766.2789-75.5864

#792adb color RGB value is (121,42,219).

#792adb hex color red value is 121, green value is 42 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #792adb hue: 0.74 , saturation: 0.71 and the lightness value of 792adb is 0.51.

The process color (four color CMYK) of #792adb color hex is 0.45, 0.81, 0.00, 0.14. Web safe color of #792adb is #6633cc. Color #792adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00101010 11011011
Octal 171 52 333
Decimal 121 42 219
Hex 79 2A DB

RGB Percentages of Color #792adb

%31.68
%10.99
%57.33

CMYK Percentages of Color #792adb

%45
%81
%0
%14

Triadic Colors of #792adb

#792adb #db792a #2adb79

Analogous Colors of #792adb

#792adb #d22adb #2a33db

Monochromatic Colors of #792adb

#792adb

Complementary Color

#792adb #8cdb2a

#792adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#792adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#792adb Color CSS Codes

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

#792adb Text Font Color

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

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


#792adb Background Color

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

This div background color is #792adb


#792adb Border Color

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

This div border color is #792adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #792adb


Comments

No comments written yet.

Please login to write comment.