Color Hex Logo

#ac7fcb Color Hex

#AC7FCB
(172,127,203)
0 Favorites   0 Comments

Color spaces of #ac7fcb

RGB 172127203
HSL0.770.420.65
HSV276°37°80°
CMYK 0.150.370.00   0.20
XYZ35.382128.261260.0900
Yxy28.26120.28600.2284
Hunter Lab53.161325.7705-29.8046
CIE-Lab60.124031.5611-32.8022

#ac7fcb color RGB value is (172,127,203).

#ac7fcb hex color red value is 172, green value is 127 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ac7fcb hue: 0.77 , saturation: 0.42 and the lightness value of ac7fcb is 0.65.

The process color (four color CMYK) of #ac7fcb color hex is 0.15, 0.37, 0.00, 0.20. Web safe color of #ac7fcb is #9966cc. Color #ac7fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01111111 11001011
Octal 254 177 313
Decimal 172 127 203
Hex AC 7F CB

RGB Percentages of Color #ac7fcb

%34.26
%25.30
%40.44

CMYK Percentages of Color #ac7fcb

%15
%37
%0
%20

Triadic Colors of #ac7fcb

#ac7fcb #cbac7f #7fcbac

Analogous Colors of #ac7fcb

#ac7fcb #cb7fc4 #867fcb

Monochromatic Colors of #ac7fcb

#ac7fcb

Complementary Color

#ac7fcb #9ecb7f

#ac7fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac7fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac7fcb Color CSS Codes

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

#ac7fcb Text Font Color

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

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


#ac7fcb Background Color

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

This div background color is #ac7fcb


#ac7fcb Border Color

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

This div border color is #ac7fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac7fcb


Comments

No comments written yet.

Please login to write comment.