Color Hex Logo

#ac02eb Color Hex

#AC02EB
(172,2,235)
0 Favorites   0 Comments

Color spaces of #ac02eb

RGB 1722235
HSL0.790.980.46
HSV284°99°92°
CMYK 0.270.990.00   0.08
XYZ32.030414.812279.7681
Yxy14.81220.25300.1170
Hunter Lab38.486681.2046-95.9449
CIE-Lab45.375983.3943-74.4756

#ac02eb color RGB value is (172,2,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000010 11101011
Octal 254 2 353
Decimal 172 2 235
Hex AC 2 EB

RGB Percentages of Color #ac02eb

%42.05
%0.49
%57.46

CMYK Percentages of Color #ac02eb

%27
%99
%0
%8

Triadic Colors of #ac02eb

#ac02eb #ebac02 #02ebac

Analogous Colors of #ac02eb

#ac02eb #eb02b6 #3802eb

Monochromatic Colors of #ac02eb

#ac02eb

Complementary Color

#ac02eb #41eb02

#ac02eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac02eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac02eb Color CSS Codes

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

#ac02eb Text Font Color

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

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


#ac02eb Background Color

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

This div background color is #ac02eb


#ac02eb Border Color

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

This div border color is #ac02eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac02eb


Comments

No comments written yet.

Please login to write comment.