Color Hex Logo

#ac5ced Color Hex

#AC5CED
(172,92,237)
0 Favorites   0 Comments

Color spaces of #ac5ced

RGB 17292237
HSL0.760.800.65
HSV273°61°93°
CMYK 0.270.610.00   0.07
XYZ36.126522.539482.5672
Yxy22.53940.25580.1596
Hunter Lab47.475752.7467-69.8811
CIE-Lab54.594757.8992-60.6658

#ac5ced color RGB value is (172,92,237).

#ac5ced hex color red value is 172, green value is 92 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ac5ced hue: 0.76 , saturation: 0.80 and the lightness value of ac5ced is 0.65.

The process color (four color CMYK) of #ac5ced color hex is 0.27, 0.61, 0.00, 0.07. Web safe color of #ac5ced is #9966ff. Color #ac5ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011100 11101101
Octal 254 134 355
Decimal 172 92 237
Hex AC 5C ED

RGB Percentages of Color #ac5ced

%34.33
%18.36
%47.31

CMYK Percentages of Color #ac5ced

%27
%61
%0
%7

Triadic Colors of #ac5ced

#ac5ced #edac5c #5cedac

Analogous Colors of #ac5ced

#ac5ced #ed5ce6 #645ced

Monochromatic Colors of #ac5ced

#ac5ced

Complementary Color

#ac5ced #9ded5c

#ac5ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac5ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac5ced Color CSS Codes

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

#ac5ced Text Font Color

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

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


#ac5ced Background Color

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

This div background color is #ac5ced


#ac5ced Border Color

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

This div border color is #ac5ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac5ced


Comments

No comments written yet.

Please login to write comment.