Color Hex Logo

#ac5fca Color Hex

#AC5FCA
(172,95,202)
0 Favorites   0 Comments

Color spaces of #ac5fca

RGB 17295202
HSL0.790.500.58
HSV283°53°79°
CMYK 0.150.530.00   0.21
XYZ31.766121.219358.2986
Yxy21.21930.28550.1907
Hunter Lab46.064442.4812-42.7917
CIE-Lab53.188748.7589-43.1129

#ac5fca color RGB value is (172,95,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011111 11001010
Octal 254 137 312
Decimal 172 95 202
Hex AC 5F CA

RGB Percentages of Color #ac5fca

%36.67
%20.26
%43.07

CMYK Percentages of Color #ac5fca

%15
%53
%0
%21

Triadic Colors of #ac5fca

#ac5fca #caac5f #5fcaac

Analogous Colors of #ac5fca

#ac5fca #ca5fb3 #775fca

Monochromatic Colors of #ac5fca

#ac5fca

Complementary Color

#ac5fca #7dca5f

#ac5fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac5fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac5fca Color CSS Codes

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

#ac5fca Text Font Color

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

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


#ac5fca Background Color

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

This div background color is #ac5fca


#ac5fca Border Color

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

This div border color is #ac5fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac5fca


Comments

No comments written yet.

Please login to write comment.