Color Hex Logo

#ac33ca Color Hex

#AC33CA
(172,51,202)
0 Favorites   0 Comments

Color spaces of #ac33ca

RGB 17251202
HSL0.800.600.50
HSV288°75°79°
CMYK 0.150.750.00   0.21
XYZ28.857815.402657.3291
Yxy15.40260.28410.1516
Hunter Lab39.246162.5708-59.1360
CIE-Lab46.180868.0355-54.2902

#ac33ca color RGB value is (172,51,202).

#ac33ca hex color red value is 172, green value is 51 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ac33ca hue: 0.80 , saturation: 0.60 and the lightness value of ac33ca is 0.50.

The process color (four color CMYK) of #ac33ca color hex is 0.15, 0.75, 0.00, 0.21. Web safe color of #ac33ca is #9933cc. Color #ac33ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110011 11001010
Octal 254 63 312
Decimal 172 51 202
Hex AC 33 CA

RGB Percentages of Color #ac33ca

%40.47
%12.00
%47.53

CMYK Percentages of Color #ac33ca

%15
%75
%0
%21

Triadic Colors of #ac33ca

#ac33ca #caac33 #33caac

Analogous Colors of #ac33ca

#ac33ca #ca339d #6133ca

Monochromatic Colors of #ac33ca

#ac33ca

Complementary Color

#ac33ca #51ca33

#ac33ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac33ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac33ca Color CSS Codes

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

#ac33ca Text Font Color

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

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


#ac33ca Background Color

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

This div background color is #ac33ca


#ac33ca Border Color

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

This div border color is #ac33ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac33ca


Comments

No comments written yet.

Please login to write comment.