Color Hex Logo

#792caf Color Hex

#792CAF
(121,44,175)
0 Favorites   0 Comments

Color spaces of #792caf

RGB 12144175
HSL0.760.600.43
HSV275°75°69°
CMYK 0.310.750.00   0.31
XYZ16.52378.961541.4163
Yxy8.96150.24700.1340
Hunter Lab29.935846.1394-61.0730
CIE-Lab35.910155.3068-55.4106

#792caf color RGB value is (121,44,175).

#792caf hex color red value is 121, green value is 44 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #792caf hue: 0.76 , saturation: 0.60 and the lightness value of 792caf is 0.43.

The process color (four color CMYK) of #792caf color hex is 0.31, 0.75, 0.00, 0.31. Web safe color of #792caf is #663399. Color #792caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00101100 10101111
Octal 171 54 257
Decimal 121 44 175
Hex 79 2C AF

RGB Percentages of Color #792caf

%35.59
%12.94
%51.47

CMYK Percentages of Color #792caf

%31
%75
%0
%31

Triadic Colors of #792caf

#792caf #af792c #2caf79

Analogous Colors of #792caf

#792caf #af2ca4 #382caf

Monochromatic Colors of #792caf

#792caf

Complementary Color

#792caf #62af2c

#792caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#792caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#792caf Color CSS Codes

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

#792caf Text Font Color

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

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


#792caf Background Color

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

This div background color is #792caf


#792caf Border Color

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

This div border color is #792caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #792caf


Comments

No comments written yet.

Please login to write comment.