Color Hex Logo

#ac41cb Color Hex

#AC41CB
(172,65,203)
0 Favorites   0 Comments

Color spaces of #ac41cb

RGB 17265203
HSL0.800.570.53
HSV287°68°80°
CMYK 0.150.680.00   0.20
XYZ29.683016.863058.1903
Yxy16.86300.28340.1610
Hunter Lab41.064657.1634-55.2713
CIE-Lab48.086962.9923-51.8084

#ac41cb color RGB value is (172,65,203).

#ac41cb hex color red value is 172, green value is 65 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ac41cb hue: 0.80 , saturation: 0.57 and the lightness value of ac41cb is 0.53.

The process color (four color CMYK) of #ac41cb color hex is 0.15, 0.68, 0.00, 0.20. Web safe color of #ac41cb is #9933cc. Color #ac41cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000001 11001011
Octal 254 101 313
Decimal 172 65 203
Hex AC 41 CB

RGB Percentages of Color #ac41cb

%39.09
%14.77
%46.14

CMYK Percentages of Color #ac41cb

%15
%68
%0
%20

Triadic Colors of #ac41cb

#ac41cb #cbac41 #41cbac

Analogous Colors of #ac41cb

#ac41cb #cb41a5 #6741cb

Monochromatic Colors of #ac41cb

#ac41cb

Complementary Color

#ac41cb #60cb41

#ac41cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac41cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac41cb Color CSS Codes

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

#ac41cb Text Font Color

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

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


#ac41cb Background Color

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

This div background color is #ac41cb


#ac41cb Border Color

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

This div border color is #ac41cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac41cb


Comments

No comments written yet.

Please login to write comment.