Color Hex Logo

#ac37ca Color Hex

#AC37CA
(172,55,202)
0 Favorites   0 Comments

Color spaces of #ac37ca

RGB 17255202
HSL0.800.580.50
HSV288°73°79°
CMYK 0.150.730.00   0.21
XYZ29.040115.767357.3899
Yxy15.76730.28420.1543
Hunter Lab39.708161.0551-57.8960
CIE-Lab46.667766.6427-53.5078

#ac37ca color RGB value is (172,55,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110111 11001010
Octal 254 67 312
Decimal 172 55 202
Hex AC 37 CA

RGB Percentages of Color #ac37ca

%40.09
%12.82
%47.09

CMYK Percentages of Color #ac37ca

%15
%73
%0
%21

Triadic Colors of #ac37ca

#ac37ca #caac37 #37caac

Analogous Colors of #ac37ca

#ac37ca #ca379f #6237ca

Monochromatic Colors of #ac37ca

#ac37ca

Complementary Color

#ac37ca #55ca37

#ac37ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac37ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac37ca Color CSS Codes

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

#ac37ca Text Font Color

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

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


#ac37ca Background Color

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

This div background color is #ac37ca


#ac37ca Border Color

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

This div border color is #ac37ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac37ca


Comments

No comments written yet.

Please login to write comment.