Color Hex Logo

#ac02ce Color Hex

#AC02CE
(172,2,206)
0 Favorites   0 Comments

Color spaces of #ac02ce

RGB 1722206
HSL0.810.980.41
HSV290°99°81°
CMYK 0.170.990.00   0.19
XYZ28.175513.270359.4689
Yxy13.27030.27920.1315
Hunter Lab36.428474.3108-71.2902
CIE-Lab43.167778.3530-61.4699

#ac02ce color RGB value is (172,2,206).

#ac02ce hex color red value is 172, green value is 2 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ac02ce hue: 0.81 , saturation: 0.98 and the lightness value of ac02ce is 0.41.

The process color (four color CMYK) of #ac02ce color hex is 0.17, 0.99, 0.00, 0.19. Web safe color of #ac02ce is #9900cc. Color #ac02ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000010 11001110
Octal 254 2 316
Decimal 172 2 206
Hex AC 2 CE

RGB Percentages of Color #ac02ce

%45.26
%0.53
%54.21

CMYK Percentages of Color #ac02ce

%17
%99
%0
%19

Triadic Colors of #ac02ce

#ac02ce #ceac02 #02ceac

Analogous Colors of #ac02ce

#ac02ce #ce028a #4602ce

Monochromatic Colors of #ac02ce

#ac02ce

Complementary Color

#ac02ce #24ce02

#ac02ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac02ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac02ce Color CSS Codes

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

#ac02ce Text Font Color

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

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


#ac02ce Background Color

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

This div background color is #ac02ce


#ac02ce Border Color

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

This div border color is #ac02ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac02ce


Comments

No comments written yet.

Please login to write comment.