Color Hex Logo

#792aee Color Hex

#792AEE
(121,42,238)
0 Favorites   0 Comments

Color spaces of #792aee

RGB 12142238
HSL0.730.850.55
HSV264°82°93°
CMYK 0.490.820.00   0.07
XYZ24.145711.893981.9121
Yxy11.89390.20470.1008
Hunter Lab34.487564.6197-116.6797
CIE-Lab41.047070.7755-83.5403

#792aee color RGB value is (121,42,238).

#792aee hex color red value is 121, green value is 42 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #792aee hue: 0.73 , saturation: 0.85 and the lightness value of 792aee is 0.55.

The process color (four color CMYK) of #792aee color hex is 0.49, 0.82, 0.00, 0.07. Web safe color of #792aee is #6633ff. Color #792aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00101010 11101110
Octal 171 52 356
Decimal 121 42 238
Hex 79 2A EE

RGB Percentages of Color #792aee

%30.17
%10.47
%59.35

CMYK Percentages of Color #792aee

%49
%82
%0
%7

Triadic Colors of #792aee

#792aee #ee792a #2aee79

Analogous Colors of #792aee

#792aee #db2aee #2a3dee

Monochromatic Colors of #792aee

#792aee

Complementary Color

#792aee #9fee2a

#792aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#792aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#792aee Color CSS Codes

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

#792aee Text Font Color

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

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


#792aee Background Color

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

This div background color is #792aee


#792aee Border Color

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

This div border color is #792aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #792aee


Comments

No comments written yet.

Please login to write comment.