Color Hex Logo

#ac49cb Color Hex

#AC49CB
(172,73,203)
0 Favorites   0 Comments

Color spaces of #ac49cb

RGB 17273203
HSL0.790.560.54
HSV286°64°80°
CMYK 0.150.640.00   0.20
XYZ30.175317.847558.3544
Yxy17.84750.28370.1678
Hunter Lab42.246353.5663-52.3243
CIE-Lab49.310659.5830-49.8510

#ac49cb color RGB value is (172,73,203).

#ac49cb hex color red value is 172, green value is 73 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ac49cb hue: 0.79 , saturation: 0.56 and the lightness value of ac49cb is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001001 11001011
Octal 254 111 313
Decimal 172 73 203
Hex AC 49 CB

RGB Percentages of Color #ac49cb

%38.39
%16.29
%45.31

CMYK Percentages of Color #ac49cb

%15
%64
%0
%20

Triadic Colors of #ac49cb

#ac49cb #cbac49 #49cbac

Analogous Colors of #ac49cb

#ac49cb #cb49a9 #6b49cb

Monochromatic Colors of #ac49cb

#ac49cb

Complementary Color

#ac49cb #68cb49

#ac49cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac49cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac49cb Color CSS Codes

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

#ac49cb Text Font Color

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

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


#ac49cb Background Color

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

This div background color is #ac49cb


#ac49cb Border Color

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

This div border color is #ac49cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac49cb


Comments

No comments written yet.

Please login to write comment.