Color Hex Logo

#ac4dce Color Hex

#AC4DCE
(172,77,206)
0 Favorites   0 Comments

Color spaces of #ac4dce

RGB 17277206
HSL0.790.570.55
HSV284°63°81°
CMYK 0.170.630.00   0.19
XYZ30.807718.534660.3463
Yxy18.53460.28090.1690
Hunter Lab43.051852.3931-52.9713
CIE-Lab50.138258.3822-50.2520

#ac4dce color RGB value is (172,77,206).

#ac4dce hex color red value is 172, green value is 77 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ac4dce hue: 0.79 , saturation: 0.57 and the lightness value of ac4dce is 0.55.

The process color (four color CMYK) of #ac4dce color hex is 0.17, 0.63, 0.00, 0.19. Web safe color of #ac4dce is #9966cc. Color #ac4dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001101 11001110
Octal 254 115 316
Decimal 172 77 206
Hex AC 4D CE

RGB Percentages of Color #ac4dce

%37.80
%16.92
%45.27

CMYK Percentages of Color #ac4dce

%17
%63
%0
%19

Triadic Colors of #ac4dce

#ac4dce #ceac4d #4dceac

Analogous Colors of #ac4dce

#ac4dce #ce4db0 #6c4dce

Monochromatic Colors of #ac4dce

#ac4dce

Complementary Color

#ac4dce #6fce4d

#ac4dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac4dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac4dce Color CSS Codes

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

#ac4dce Text Font Color

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

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


#ac4dce Background Color

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

This div background color is #ac4dce


#ac4dce Border Color

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

This div border color is #ac4dce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,77,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 #ac4dce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac4dce


Comments

No comments written yet.

Please login to write comment.