Color Hex Logo

#ac5ece Color Hex

#AC5ECE
(172,94,206)
0 Favorites   0 Comments

Color spaces of #ac5ece

RGB 17294206
HSL0.780.530.59
HSV282°54°81°
CMYK 0.170.540.00   0.19
XYZ32.156521.232360.7959
Yxy21.23230.28160.1859
Hunter Lab46.078543.9312-45.9721
CIE-Lab53.202850.1137-45.3751

#ac5ece color RGB value is (172,94,206).

#ac5ece hex color red value is 172, green value is 94 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ac5ece hue: 0.78 , saturation: 0.53 and the lightness value of ac5ece is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011110 11001110
Octal 254 136 316
Decimal 172 94 206
Hex AC 5E CE

RGB Percentages of Color #ac5ece

%36.44
%19.92
%43.64

CMYK Percentages of Color #ac5ece

%17
%54
%0
%19

Triadic Colors of #ac5ece

#ac5ece #ceac5e #5eceac

Analogous Colors of #ac5ece

#ac5ece #ce5eb8 #745ece

Monochromatic Colors of #ac5ece

#ac5ece

Complementary Color

#ac5ece #80ce5e

#ac5ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac5ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac5ece Color CSS Codes

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

#ac5ece Text Font Color

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

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


#ac5ece Background Color

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

This div background color is #ac5ece


#ac5ece Border Color

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

This div border color is #ac5ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac5ece


Comments

No comments written yet.

Please login to write comment.