Color Hex Logo

#7944af Color Hex

#7944AF
(121,68,175)
0 Favorites   0 Comments

Color spaces of #7944af

RGB 12168175
HSL0.750.440.48
HSV270°61°69°
CMYK 0.310.610.00   0.31
XYZ17.690111.294341.8051
Yxy11.29430.24990.1595
Hunter Lab33.607035.1469-50.2283
CIE-Lab40.071843.7857-48.6872

#7944af color RGB value is (121,68,175).

#7944af hex color red value is 121, green value is 68 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7944af hue: 0.75 , saturation: 0.44 and the lightness value of 7944af is 0.48.

The process color (four color CMYK) of #7944af color hex is 0.31, 0.61, 0.00, 0.31. Web safe color of #7944af is #663399. Color #7944af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01000100 10101111
Octal 171 104 257
Decimal 121 68 175
Hex 79 44 AF

RGB Percentages of Color #7944af

%33.24
%18.68
%48.08

CMYK Percentages of Color #7944af

%31
%61
%0
%31

Triadic Colors of #7944af

#7944af #af7944 #44af79

Analogous Colors of #7944af

#7944af #af44af #4445af

Monochromatic Colors of #7944af

#7944af

Complementary Color

#7944af #7aaf44

#7944af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7944af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7944af Color CSS Codes

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

#7944af Text Font Color

<p style="color:#7944af">Text here</p>

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


#7944af Background Color

<div style="background-color:#7944af">
Div content here</div>

This div background color is #7944af


#7944af Border Color

<div style="border:3px solid #7944af">
Div here</div>

This div border color is #7944af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,68,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 #7944af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7944af


Comments

No comments written yet.

Please login to write comment.