Color Hex Logo

#ac2dee Color Hex

#AC2DEE
(172,45,238)
0 Favorites   0 Comments

Color spaces of #ac2dee

RGB 17245238
HSL0.780.850.55
HSV279°81°93°
CMYK 0.280.810.00   0.07
XYZ33.384316.820582.3761
Yxy16.82050.25180.1269
Hunter Lab41.012873.5261-90.3777
CIE-Lab48.033176.7760-71.8382

#ac2dee color RGB value is (172,45,238).

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

The process color (four color CMYK) of #ac2dee color hex is 0.28, 0.81, 0.00, 0.07. Web safe color of #ac2dee is #9933ff. Color #ac2dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00101101 11101110
Octal 254 55 356
Decimal 172 45 238
Hex AC 2D EE

RGB Percentages of Color #ac2dee

%37.80
%9.89
%52.31

CMYK Percentages of Color #ac2dee

%28
%81
%0
%7

Triadic Colors of #ac2dee

#ac2dee #eeac2d #2deeac

Analogous Colors of #ac2dee

#ac2dee #ee2dd0 #4c2dee

Monochromatic Colors of #ac2dee

#ac2dee

Complementary Color

#ac2dee #6fee2d

#ac2dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac2dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac2dee Color CSS Codes

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

#ac2dee Text Font Color

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

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


#ac2dee Background Color

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

This div background color is #ac2dee


#ac2dee Border Color

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

This div border color is #ac2dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac2dee


Comments

No comments written yet.

Please login to write comment.