Color Hex Logo

#ac42fb Color Hex

#AC42FB
(172,66,251)
0 Favorites   0 Comments

Color spaces of #ac42fb

RGB 17266251
HSL0.760.960.62
HSV274°74°98°
CMYK 0.310.740.00   0.02
XYZ36.374119.632193.1390
Yxy19.63210.24390.1316
Hunter Lab44.308168.9977-93.6163
CIE-Lab51.418772.4145-73.6152

#ac42fb color RGB value is (172,66,251).

#ac42fb hex color red value is 172, green value is 66 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ac42fb hue: 0.76 , saturation: 0.96 and the lightness value of ac42fb is 0.62.

The process color (four color CMYK) of #ac42fb color hex is 0.31, 0.74, 0.00, 0.02. Web safe color of #ac42fb is #9933ff. Color #ac42fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000010 11111011
Octal 254 102 373
Decimal 172 66 251
Hex AC 42 FB

RGB Percentages of Color #ac42fb

%35.17
%13.50
%51.33

CMYK Percentages of Color #ac42fb

%31
%74
%0
%2

Triadic Colors of #ac42fb

#ac42fb #fbac42 #42fbac

Analogous Colors of #ac42fb

#ac42fb #fb42ee #5042fb

Monochromatic Colors of #ac42fb

#ac42fb

Complementary Color

#ac42fb #91fb42

#ac42fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac42fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac42fb Color CSS Codes

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

#ac42fb Text Font Color

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

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


#ac42fb Background Color

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

This div background color is #ac42fb


#ac42fb Border Color

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

This div border color is #ac42fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac42fb


Comments

No comments written yet.

Please login to write comment.