Color Hex Logo

#ac01be Color Hex

#AC01BE
(172,1,190)
0 Favorites   0 Comments

Color spaces of #ac01be

RGB 1721190
HSL0.820.990.37
HSV294°99°75°
CMYK 0.090.990.00   0.25
XYZ26.318412.510149.7427
Yxy12.51010.29710.1412
Hunter Lab35.369670.9243-58.6248
CIE-Lab42.015675.8272-54.0082

#ac01be color RGB value is (172,1,190).

#ac01be hex color red value is 172, green value is 1 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ac01be hue: 0.82 , saturation: 0.99 and the lightness value of ac01be is 0.37.

The process color (four color CMYK) of #ac01be color hex is 0.09, 0.99, 0.00, 0.25. Web safe color of #ac01be is #9900cc. Color #ac01be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000001 10111110
Octal 254 1 276
Decimal 172 1 190
Hex AC 1 BE

RGB Percentages of Color #ac01be

%47.38
%0.28
%52.34

CMYK Percentages of Color #ac01be

%9
%99
%0
%25

Triadic Colors of #ac01be

#ac01be #beac01 #01beac

Analogous Colors of #ac01be

#ac01be #be0172 #4d01be

Monochromatic Colors of #ac01be

#ac01be

Complementary Color

#ac01be #13be01

#ac01be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac01be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac01be Color CSS Codes

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

#ac01be Text Font Color

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

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


#ac01be Background Color

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

This div background color is #ac01be


#ac01be Border Color

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

This div border color is #ac01be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac01be


Comments

No comments written yet.

Please login to write comment.