Color Hex Logo

#8748ac Color Hex

#8748AC
(135,72,172)
0 Favorites   0 Comments

Color spaces of #8748ac

RGB 13572172
HSL0.770.410.48
HSV278°58°67°
CMYK 0.220.580.00   0.33
XYZ19.755412.764240.4522
Yxy12.76420.27070.1749
Hunter Lab35.727036.1800-42.1227
CIE-Lab42.405844.4287-43.0778

#8748ac color RGB value is (135,72,172).

#8748ac hex color red value is 135, green value is 72 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8748ac hue: 0.77 , saturation: 0.41 and the lightness value of 8748ac is 0.48.

The process color (four color CMYK) of #8748ac color hex is 0.22, 0.58, 0.00, 0.33. Web safe color of #8748ac is #993399. Color #8748ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001000 10101100
Octal 207 110 254
Decimal 135 72 172
Hex 87 48 AC

RGB Percentages of Color #8748ac

%35.62
%19.00
%45.38

CMYK Percentages of Color #8748ac

%22
%58
%0
%33

Triadic Colors of #8748ac

#8748ac #ac8748 #48ac87

Analogous Colors of #8748ac

#8748ac #ac489f #5548ac

Monochromatic Colors of #8748ac

#8748ac

Complementary Color

#8748ac #6dac48

#8748ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8748ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8748ac Color CSS Codes

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

#8748ac Text Font Color

<p style="color:#8748ac">Text here</p>

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


#8748ac Background Color

<div style="background-color:#8748ac">
Div content here</div>

This div background color is #8748ac


#8748ac Border Color

<div style="border:3px solid #8748ac">
Div here</div>

This div border color is #8748ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,72,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8748ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8748ac;
  -webkit-box-shadow: 1px 1px 3px 2px #8748ac;
  box-shadow:         1px 1px 3px 2px #8748ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,72,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 #8748ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8748ac


Comments

No comments written yet.

Please login to write comment.