Color Hex Logo

#ac3fbe Color Hex

#AC3FBE
(172,63,190)
0 Favorites   0 Comments

Color spaces of #ac3fbe

RGB 17263190
HSL0.810.500.50
HSV291°67°75°
CMYK 0.090.670.00   0.25
XYZ28.085016.043450.3316
Yxy16.04340.29730.1698
Hunter Lab40.054255.0648-46.4651
CIE-Lab47.031461.3420-45.9658

#ac3fbe color RGB value is (172,63,190).

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

The process color (four color CMYK) of #ac3fbe color hex is 0.09, 0.67, 0.00, 0.25. Web safe color of #ac3fbe is #9933cc. Color #ac3fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111111 10111110
Octal 254 77 276
Decimal 172 63 190
Hex AC 3F BE

RGB Percentages of Color #ac3fbe

%40.47
%14.82
%44.71

CMYK Percentages of Color #ac3fbe

%9
%67
%0
%25

Triadic Colors of #ac3fbe

#ac3fbe #beac3f #3fbeac

Analogous Colors of #ac3fbe

#ac3fbe #be3f91 #6d3fbe

Monochromatic Colors of #ac3fbe

#ac3fbe

Complementary Color

#ac3fbe #51be3f

#ac3fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac3fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac3fbe Color CSS Codes

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

#ac3fbe Text Font Color

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

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


#ac3fbe Background Color

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

This div background color is #ac3fbe


#ac3fbe Border Color

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

This div border color is #ac3fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac3fbe


Comments

No comments written yet.

Please login to write comment.