Color Hex Logo

#ac31be Color Hex

#AC31BE
(172,49,190)
0 Favorites   0 Comments

Color spaces of #ac31be

RGB 17249190
HSL0.810.590.47
HSV292°74°75°
CMYK 0.090.740.00   0.25
XYZ27.405814.685050.1052
Yxy14.68500.29730.1593
Hunter Lab38.321060.5950-50.6977
CIE-Lab45.199766.5306-48.8917

#ac31be color RGB value is (172,49,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110001 10111110
Octal 254 61 276
Decimal 172 49 190
Hex AC 31 BE

RGB Percentages of Color #ac31be

%41.85
%11.92
%46.23

CMYK Percentages of Color #ac31be

%9
%74
%0
%25

Triadic Colors of #ac31be

#ac31be #beac31 #31beac

Analogous Colors of #ac31be

#ac31be #be318a #6631be

Monochromatic Colors of #ac31be

#ac31be

Complementary Color

#ac31be #43be31

#ac31be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac31be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac31be Color CSS Codes

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

#ac31be Text Font Color

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

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


#ac31be Background Color

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

This div background color is #ac31be


#ac31be Border Color

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

This div border color is #ac31be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac31be


Comments

No comments written yet.

Please login to write comment.