Color Hex Logo

#ac3cbf Color Hex

#AC3CBF
(172,60,191)
0 Favorites   0 Comments

Color spaces of #ac3cbf

RGB 17260191
HSL0.810.520.49
HSV291°69°75°
CMYK 0.100.690.00   0.25
XYZ28.033115.764050.8555
Yxy15.76400.29620.1665
Hunter Lab39.703956.5488-48.1500
CIE-Lab46.663362.7231-47.1351

#ac3cbf color RGB value is (172,60,191).

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

The process color (four color CMYK) of #ac3cbf color hex is 0.10, 0.69, 0.00, 0.25. Web safe color of #ac3cbf is #9933cc. Color #ac3cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111100 10111111
Octal 254 74 277
Decimal 172 60 191
Hex AC 3C BF

RGB Percentages of Color #ac3cbf

%40.66
%14.18
%45.15

CMYK Percentages of Color #ac3cbf

%10
%69
%0
%25

Triadic Colors of #ac3cbf

#ac3cbf #bfac3c #3cbfac

Analogous Colors of #ac3cbf

#ac3cbf #bf3c91 #6b3cbf

Monochromatic Colors of #ac3cbf

#ac3cbf

Complementary Color

#ac3cbf #4fbf3c

#ac3cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac3cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac3cbf Color CSS Codes

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

#ac3cbf Text Font Color

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

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


#ac3cbf Background Color

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

This div background color is #ac3cbf


#ac3cbf Border Color

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

This div border color is #ac3cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac3cbf


Comments

No comments written yet.

Please login to write comment.