Color Hex Logo

#ac3fbc Color Hex

#AC3FBC
(172,63,188)
0 Favorites   0 Comments

Color spaces of #ac3fbc

RGB 17263188
HSL0.810.500.49
HSV292°66°74°
CMYK 0.090.660.00   0.26
XYZ27.867915.956549.1881
Yxy15.95650.29960.1716
Hunter Lab39.945654.6251-45.0465
CIE-Lab46.917460.9731-44.9823

#ac3fbc color RGB value is (172,63,188).

#ac3fbc hex color red value is 172, green value is 63 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ac3fbc hue: 0.81 , saturation: 0.50 and the lightness value of ac3fbc is 0.49.

The process color (four color CMYK) of #ac3fbc color hex is 0.09, 0.66, 0.00, 0.26. Web safe color of #ac3fbc is #9933cc. Color #ac3fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111111 10111100
Octal 254 77 274
Decimal 172 63 188
Hex AC 3F BC

RGB Percentages of Color #ac3fbc

%40.66
%14.89
%44.44

CMYK Percentages of Color #ac3fbc

%9
%66
%0
%26

Triadic Colors of #ac3fbc

#ac3fbc #bcac3f #3fbcac

Analogous Colors of #ac3fbc

#ac3fbc #bc3f8e #6e3fbc

Monochromatic Colors of #ac3fbc

#ac3fbc

Complementary Color

#ac3fbc #4fbc3f

#ac3fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac3fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac3fbc Color CSS Codes

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

#ac3fbc Text Font Color

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

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


#ac3fbc Background Color

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

This div background color is #ac3fbc


#ac3fbc Border Color

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

This div border color is #ac3fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac3fbc


Comments

No comments written yet.

Please login to write comment.