Color Hex Logo

#ac5ddf Color Hex

#AC5DDF
(172,93,223)
0 Favorites   0 Comments

Color spaces of #ac5ddf

RGB 17293223
HSL0.770.670.62
HSV276°58°87°
CMYK 0.230.580.00   0.13
XYZ34.246921.927172.2394
Yxy21.92710.26670.1708
Hunter Lab46.826448.6014-58.6886
CIE-Lab53.949654.2864-53.8327

#ac5ddf color RGB value is (172,93,223).

#ac5ddf hex color red value is 172, green value is 93 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ac5ddf hue: 0.77 , saturation: 0.67 and the lightness value of ac5ddf is 0.62.

The process color (four color CMYK) of #ac5ddf color hex is 0.23, 0.58, 0.00, 0.13. Web safe color of #ac5ddf is #9966cc. Color #ac5ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011101 11011111
Octal 254 135 337
Decimal 172 93 223
Hex AC 5D DF

RGB Percentages of Color #ac5ddf

%35.25
%19.06
%45.70

CMYK Percentages of Color #ac5ddf

%23
%58
%0
%13

Triadic Colors of #ac5ddf

#ac5ddf #dfac5d #5ddfac

Analogous Colors of #ac5ddf

#ac5ddf #df5dd1 #6b5ddf

Monochromatic Colors of #ac5ddf

#ac5ddf

Complementary Color

#ac5ddf #90df5d

#ac5ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac5ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac5ddf Color CSS Codes

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

#ac5ddf Text Font Color

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

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


#ac5ddf Background Color

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

This div background color is #ac5ddf


#ac5ddf Border Color

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

This div border color is #ac5ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac5ddf


Comments

No comments written yet.

Please login to write comment.