Color Hex Logo

#ac0feb Color Hex

#AC0FEB
(172,15,235)
0 Favorites   0 Comments

Color spaces of #ac0feb

RGB 17215235
HSL0.790.880.49
HSV283°94°92°
CMYK 0.270.940.00   0.08
XYZ32.179515.110579.8178
Yxy15.11050.25320.1189
Hunter Lab38.872279.7408-94.5318
CIE-Lab45.785282.1692-73.8074

#ac0feb color RGB value is (172,15,235).

#ac0feb hex color red value is 172, green value is 15 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ac0feb hue: 0.79 , saturation: 0.88 and the lightness value of ac0feb is 0.49.

The process color (four color CMYK) of #ac0feb color hex is 0.27, 0.94, 0.00, 0.08. Web safe color of #ac0feb is #9900ff. Color #ac0feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00001111 11101011
Octal 254 17 353
Decimal 172 15 235
Hex AC F EB

RGB Percentages of Color #ac0feb

%40.76
%3.55
%55.69

CMYK Percentages of Color #ac0feb

%27
%94
%0
%8

Triadic Colors of #ac0feb

#ac0feb #ebac0f #0febac

Analogous Colors of #ac0feb

#ac0feb #eb0fbc #3e0feb

Monochromatic Colors of #ac0feb

#ac0feb

Complementary Color

#ac0feb #4eeb0f

#ac0feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac0feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac0feb Color CSS Codes

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

#ac0feb Text Font Color

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

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


#ac0feb Background Color

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

This div background color is #ac0feb


#ac0feb Border Color

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

This div border color is #ac0feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac0feb


Comments

No comments written yet.

Please login to write comment.