Color Hex Logo

#ac3dde Color Hex

#AC3DDE
(172,61,222)
0 Favorites   0 Comments

Color spaces of #ac3dde

RGB 17261222
HSL0.780.710.55
HSV281°73°87°
CMYK 0.230.730.00   0.13
XYZ31.866817.382170.7827
Yxy17.38210.26550.1448
Hunter Lab41.691863.4742-71.4758
CIE-Lab48.737968.3094-61.6379

#ac3dde color RGB value is (172,61,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111101 11011110
Octal 254 75 336
Decimal 172 61 222
Hex AC 3D DE

RGB Percentages of Color #ac3dde

%37.80
%13.41
%48.79

CMYK Percentages of Color #ac3dde

%23
%73
%0
%13

Triadic Colors of #ac3dde

#ac3dde #deac3d #3ddeac

Analogous Colors of #ac3dde

#ac3dde #de3dc0 #5c3dde

Monochromatic Colors of #ac3dde

#ac3dde

Complementary Color

#ac3dde #6fde3d

#ac3dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac3dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac3dde Color CSS Codes

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

#ac3dde Text Font Color

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

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


#ac3dde Background Color

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

This div background color is #ac3dde


#ac3dde Border Color

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

This div border color is #ac3dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac3dde


Comments

No comments written yet.

Please login to write comment.