Color Hex Logo

#ac3fcc Color Hex

#AC3FCC
(172,63,204)
0 Favorites   0 Comments

Color spaces of #ac3fcc

RGB 17263204
HSL0.800.580.52
HSV286°69°80°
CMYK 0.160.690.00   0.20
XYZ29.689816.685358.7825
Yxy16.68530.28230.1587
Hunter Lab40.847658.2580-56.7289
CIE-Lab47.861063.9919-52.7466

#ac3fcc color RGB value is (172,63,204).

#ac3fcc hex color red value is 172, green value is 63 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ac3fcc hue: 0.80 , saturation: 0.58 and the lightness value of ac3fcc is 0.52.

The process color (four color CMYK) of #ac3fcc color hex is 0.16, 0.69, 0.00, 0.20. Web safe color of #ac3fcc is #9933cc. Color #ac3fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111111 11001100
Octal 254 77 314
Decimal 172 63 204
Hex AC 3F CC

RGB Percentages of Color #ac3fcc

%39.18
%14.35
%46.47

CMYK Percentages of Color #ac3fcc

%16
%69
%0
%20

Triadic Colors of #ac3fcc

#ac3fcc #ccac3f #3fccac

Analogous Colors of #ac3fcc

#ac3fcc #cc3fa6 #663fcc

Monochromatic Colors of #ac3fcc

#ac3fcc

Complementary Color

#ac3fcc #5fcc3f

#ac3fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac3fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac3fcc Color CSS Codes

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

#ac3fcc Text Font Color

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

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


#ac3fcc Background Color

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

This div background color is #ac3fcc


#ac3fcc Border Color

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

This div border color is #ac3fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac3fcc


Comments

No comments written yet.

Please login to write comment.