Color Hex Logo

#ac1ded Color Hex

#AC1DED
(172,29,237)
0 Favorites   0 Comments

Color spaces of #ac1ded

RGB 17229237
HSL0.780.850.52
HSV281°88°93°
CMYK 0.270.880.00   0.07
XYZ32.738715.763881.4380
Yxy15.76380.25200.1213
Hunter Lab39.703777.7055-93.8199
CIE-Lab46.663180.3922-73.5058

#ac1ded color RGB value is (172,29,237).

#ac1ded hex color red value is 172, green value is 29 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ac1ded hue: 0.78 , saturation: 0.85 and the lightness value of ac1ded is 0.52.

The process color (four color CMYK) of #ac1ded color hex is 0.27, 0.88, 0.00, 0.07. Web safe color of #ac1ded is #9933ff. Color #ac1ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00011101 11101101
Octal 254 35 355
Decimal 172 29 237
Hex AC 1D ED

RGB Percentages of Color #ac1ded

%39.27
%6.62
%54.11

CMYK Percentages of Color #ac1ded

%27
%88
%0
%7

Triadic Colors of #ac1ded

#ac1ded #edac1d #1dedac

Analogous Colors of #ac1ded

#ac1ded #ed1dc6 #441ded

Monochromatic Colors of #ac1ded

#ac1ded

Complementary Color

#ac1ded #5eed1d

#ac1ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac1ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac1ded Color CSS Codes

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

#ac1ded Text Font Color

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

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


#ac1ded Background Color

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

This div background color is #ac1ded


#ac1ded Border Color

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

This div border color is #ac1ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac1ded


Comments

No comments written yet.

Please login to write comment.