Color Hex Logo

#ac61ca Color Hex

#AC61CA
(172,97,202)
0 Favorites   0 Comments

Color spaces of #ac61ca

RGB 17297202
HSL0.790.500.59
HSV283°52°79°
CMYK 0.150.520.00   0.21
XYZ31.948621.584358.3594
Yxy21.58430.28550.1929
Hunter Lab46.458941.4468-41.9560
CIE-Lab53.583147.7218-42.4893

#ac61ca color RGB value is (172,97,202).

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

The process color (four color CMYK) of #ac61ca color hex is 0.15, 0.52, 0.00, 0.21. Web safe color of #ac61ca is #9966cc. Color #ac61ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100001 11001010
Octal 254 141 312
Decimal 172 97 202
Hex AC 61 CA

RGB Percentages of Color #ac61ca

%36.52
%20.59
%42.89

CMYK Percentages of Color #ac61ca

%15
%52
%0
%21

Triadic Colors of #ac61ca

#ac61ca #caac61 #61caac

Analogous Colors of #ac61ca

#ac61ca #ca61b4 #7861ca

Monochromatic Colors of #ac61ca

#ac61ca

Complementary Color

#ac61ca #7fca61

#ac61ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac61ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac61ca Color CSS Codes

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

#ac61ca Text Font Color

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

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


#ac61ca Background Color

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

This div background color is #ac61ca


#ac61ca Border Color

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

This div border color is #ac61ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac61ca


Comments

No comments written yet.

Please login to write comment.