Color Hex Logo

#ac3cdf Color Hex

#AC3CDF
(172,60,223)
0 Favorites   0 Comments

Color spaces of #ac3cdf

RGB 17260223
HSL0.780.720.55
HSV281°73°87°
CMYK 0.230.730.00   0.13
XYZ31.948417.330171.4732
Yxy17.33010.26460.1435
Hunter Lab41.629464.1378-72.6539
CIE-Lab48.673368.8842-62.3108

#ac3cdf color RGB value is (172,60,223).

#ac3cdf hex color red value is 172, green value is 60 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ac3cdf hue: 0.78 , saturation: 0.72 and the lightness value of ac3cdf is 0.55.

The process color (four color CMYK) of #ac3cdf color hex is 0.23, 0.73, 0.00, 0.13. Web safe color of #ac3cdf is #9933cc. Color #ac3cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111100 11011111
Octal 254 74 337
Decimal 172 60 223
Hex AC 3C DF

RGB Percentages of Color #ac3cdf

%37.80
%13.19
%49.01

CMYK Percentages of Color #ac3cdf

%23
%73
%0
%13

Triadic Colors of #ac3cdf

#ac3cdf #dfac3c #3cdfac

Analogous Colors of #ac3cdf

#ac3cdf #df3cc1 #5b3cdf

Monochromatic Colors of #ac3cdf

#ac3cdf

Complementary Color

#ac3cdf #6fdf3c

#ac3cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac3cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac3cdf Color CSS Codes

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

#ac3cdf Text Font Color

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

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


#ac3cdf Background Color

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

This div background color is #ac3cdf


#ac3cdf Border Color

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

This div border color is #ac3cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac3cdf


Comments

No comments written yet.

Please login to write comment.