Color Hex Logo

#ac04de Color Hex

#AC04DE
(172,4,222)
0 Favorites   0 Comments

Color spaces of #ac04de

RGB 1724222
HSL0.800.960.44
HSV286°98°87°
CMYK 0.230.980.00   0.13
XYZ30.241514.131470.2410
Yxy14.13140.26390.1233
Hunter Lab37.591877.8126-84.4704
CIE-Lab44.420880.9091-68.6381

#ac04de color RGB value is (172,4,222).

#ac04de hex color red value is 172, green value is 4 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ac04de hue: 0.80 , saturation: 0.96 and the lightness value of ac04de is 0.44.

The process color (four color CMYK) of #ac04de color hex is 0.23, 0.98, 0.00, 0.13. Web safe color of #ac04de is #9900cc. Color #ac04de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000100 11011110
Octal 254 4 336
Decimal 172 4 222
Hex AC 4 DE

RGB Percentages of Color #ac04de

%43.22
%1.01
%55.78

CMYK Percentages of Color #ac04de

%23
%98
%0
%13

Triadic Colors of #ac04de

#ac04de #deac04 #04deac

Analogous Colors of #ac04de

#ac04de #de04a3 #3f04de

Monochromatic Colors of #ac04de

#ac04de

Complementary Color

#ac04de #36de04

#ac04de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac04de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac04de Color CSS Codes

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

#ac04de Text Font Color

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

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


#ac04de Background Color

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

This div background color is #ac04de


#ac04de Border Color

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

This div border color is #ac04de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac04de


Comments

No comments written yet.

Please login to write comment.