Color Hex Logo

#ac0fbe Color Hex

#AC0FBE
(172,15,190)
0 Favorites   0 Comments

Color spaces of #ac0fbe

RGB 17215190
HSL0.820.850.40
HSV294°92°75°
CMYK 0.090.920.00   0.25
XYZ26.478312.830049.7961
Yxy12.83000.29720.1440
Hunter Lab35.819069.2685-57.3526
CIE-Lab42.506074.3722-53.2179

#ac0fbe color RGB value is (172,15,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00001111 10111110
Octal 254 17 276
Decimal 172 15 190
Hex AC F BE

RGB Percentages of Color #ac0fbe

%45.62
%3.98
%50.40

CMYK Percentages of Color #ac0fbe

%9
%92
%0
%25

Triadic Colors of #ac0fbe

#ac0fbe #beac0f #0fbeac

Analogous Colors of #ac0fbe

#ac0fbe #be0f79 #540fbe

Monochromatic Colors of #ac0fbe

#ac0fbe

Complementary Color

#ac0fbe #21be0f

#ac0fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac0fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac0fbe Color CSS Codes

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

#ac0fbe Text Font Color

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

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


#ac0fbe Background Color

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

This div background color is #ac0fbe


#ac0fbe Border Color

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

This div border color is #ac0fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac0fbe


Comments

No comments written yet.

Please login to write comment.