Color Hex Logo

#7f67ac Color Hex

#7F67AC
(127,103,172)
0 Favorites   0 Comments

Color spaces of #7f67ac

RGB 127103172
HSL0.720.290.54
HSV261°40°67°
CMYK 0.260.400.00   0.33
XYZ21.049017.191141.2385
Yxy17.19110.26480.2163
Hunter Lab41.462218.0599-29.9467
CIE-Lab48.499924.4893-33.4963

#7f67ac color RGB value is (127,103,172).

#7f67ac hex color red value is 127, green value is 103 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7f67ac hue: 0.72 , saturation: 0.29 and the lightness value of 7f67ac is 0.54.

The process color (four color CMYK) of #7f67ac color hex is 0.26, 0.40, 0.00, 0.33. Web safe color of #7f67ac is #666699. Color #7f67ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 01100111 10101100
Octal 177 147 254
Decimal 127 103 172
Hex 7F 67 AC

RGB Percentages of Color #7f67ac

%31.59
%25.62
%42.79

CMYK Percentages of Color #7f67ac

%26
%40
%0
%33

Triadic Colors of #7f67ac

#7f67ac #ac7f67 #67ac7f

Analogous Colors of #7f67ac

#7f67ac #a267ac #6772ac

Monochromatic Colors of #7f67ac

#7f67ac

Complementary Color

#7f67ac #94ac67

#7f67ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f67ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f67ac Color CSS Codes

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

#7f67ac Text Font Color

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

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


#7f67ac Background Color

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

This div background color is #7f67ac


#7f67ac Border Color

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

This div border color is #7f67ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,103,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f67ac


Comments

No comments written yet.

Please login to write comment.