Color Hex Logo

#ac33ed Color Hex

#AC33ED
(172,51,237)
0 Favorites   0 Comments

Color spaces of #ac33ed

RGB 17251237
HSL0.780.840.56
HSV279°78°93°
CMYK 0.270.780.00   0.07
XYZ33.483117.252781.6861
Yxy17.25270.25290.1303
Hunter Lab41.536471.2029-87.5252
CIE-Lab48.576974.7796-70.3903

#ac33ed color RGB value is (172,51,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110011 11101101
Octal 254 63 355
Decimal 172 51 237
Hex AC 33 ED

RGB Percentages of Color #ac33ed

%37.39
%11.09
%51.52

CMYK Percentages of Color #ac33ed

%27
%78
%0
%7

Triadic Colors of #ac33ed

#ac33ed #edac33 #33edac

Analogous Colors of #ac33ed

#ac33ed #ed33d1 #4f33ed

Monochromatic Colors of #ac33ed

#ac33ed

Complementary Color

#ac33ed #74ed33

#ac33ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac33ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac33ed Color CSS Codes

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

#ac33ed Text Font Color

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

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


#ac33ed Background Color

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

This div background color is #ac33ed


#ac33ed Border Color

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

This div border color is #ac33ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac33ed


Comments

No comments written yet.

Please login to write comment.