Color Hex Logo

#7f19af Color Hex

#7F19AF
(127,25,175)
0 Favorites   0 Comments

Color spaces of #7f19af

RGB 12725175
HSL0.780.750.39
HSV281°86°69°
CMYK 0.270.860.00   0.31
XYZ16.83798.302441.2725
Yxy8.30240.25350.1250
Hunter Lab28.813953.8853-64.7562
CIE-Lab34.604962.6901-57.4930

#7f19af color RGB value is (127,25,175).

#7f19af hex color red value is 127, green value is 25 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7f19af hue: 0.78 , saturation: 0.75 and the lightness value of 7f19af is 0.39.

The process color (four color CMYK) of #7f19af color hex is 0.27, 0.86, 0.00, 0.31. Web safe color of #7f19af is #660099. Color #7f19af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 00011001 10101111
Octal 177 31 257
Decimal 127 25 175
Hex 7F 19 AF

RGB Percentages of Color #7f19af

%38.84
%7.65
%53.52

CMYK Percentages of Color #7f19af

%27
%86
%0
%31

Triadic Colors of #7f19af

#7f19af #af7f19 #19af7f

Analogous Colors of #7f19af

#7f19af #af1994 #3419af

Monochromatic Colors of #7f19af

#7f19af

Complementary Color

#7f19af #49af19

#7f19af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f19af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f19af Color CSS Codes

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

#7f19af Text Font Color

<p style="color:#7f19af">Text here</p>

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


#7f19af Background Color

<div style="background-color:#7f19af">
Div content here</div>

This div background color is #7f19af


#7f19af Border Color

<div style="border:3px solid #7f19af">
Div here</div>

This div border color is #7f19af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,25,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7f19af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7f19af;
  -webkit-box-shadow: 1px 1px 3px 2px #7f19af;
  box-shadow:         1px 1px 3px 2px #7f19af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,25,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 #7f19af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f19af


Comments

No comments written yet.

Please login to write comment.