Color Hex Logo

#ac5eca Color Hex

#AC5ECA
(172,94,202)
0 Favorites   0 Comments

Color spaces of #ac5eca

RGB 17294202
HSL0.790.500.58
HSV283°53°79°
CMYK 0.150.530.00   0.21
XYZ31.676621.040358.2688
Yxy21.04030.28540.1896
Hunter Lab45.869742.9961-43.2080
CIE-Lab52.993649.2736-43.4216

#ac5eca color RGB value is (172,94,202).

#ac5eca hex color red value is 172, green value is 94 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ac5eca hue: 0.79 , saturation: 0.50 and the lightness value of ac5eca is 0.58.

The process color (four color CMYK) of #ac5eca color hex is 0.15, 0.53, 0.00, 0.21. Web safe color of #ac5eca is #9966cc. Color #ac5eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011110 11001010
Octal 254 136 312
Decimal 172 94 202
Hex AC 5E CA

RGB Percentages of Color #ac5eca

%36.75
%20.09
%43.16

CMYK Percentages of Color #ac5eca

%15
%53
%0
%21

Triadic Colors of #ac5eca

#ac5eca #caac5e #5ecaac

Analogous Colors of #ac5eca

#ac5eca #ca5eb2 #765eca

Monochromatic Colors of #ac5eca

#ac5eca

Complementary Color

#ac5eca #7cca5e

#ac5eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac5eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac5eca Color CSS Codes

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

#ac5eca Text Font Color

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

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


#ac5eca Background Color

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

This div background color is #ac5eca


#ac5eca Border Color

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

This div border color is #ac5eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac5eca


Comments

No comments written yet.

Please login to write comment.