Color Hex Logo

#ac5fcb Color Hex

#AC5FCB
(172,95,203)
0 Favorites   0 Comments

Color spaces of #ac5fcb

RGB 17295203
HSL0.790.510.58
HSV283°53°80°
CMYK 0.150.530.00   0.20
XYZ31.885021.266958.9243
Yxy21.26690.28450.1898
Hunter Lab46.116042.7132-43.4759
CIE-Lab53.240448.9684-43.6027

#ac5fcb color RGB value is (172,95,203).

#ac5fcb hex color red value is 172, green value is 95 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ac5fcb hue: 0.79 , saturation: 0.51 and the lightness value of ac5fcb is 0.58.

The process color (four color CMYK) of #ac5fcb color hex is 0.15, 0.53, 0.00, 0.20. Web safe color of #ac5fcb is #9966cc. Color #ac5fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011111 11001011
Octal 254 137 313
Decimal 172 95 203
Hex AC 5F CB

RGB Percentages of Color #ac5fcb

%36.60
%20.21
%43.19

CMYK Percentages of Color #ac5fcb

%15
%53
%0
%20

Triadic Colors of #ac5fcb

#ac5fcb #cbac5f #5fcbac

Analogous Colors of #ac5fcb

#ac5fcb #cb5fb4 #765fcb

Monochromatic Colors of #ac5fcb

#ac5fcb

Complementary Color

#ac5fcb #7ecb5f

#ac5fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac5fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac5fcb Color CSS Codes

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

#ac5fcb Text Font Color

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

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


#ac5fcb Background Color

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

This div background color is #ac5fcb


#ac5fcb Border Color

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

This div border color is #ac5fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac5fcb


Comments

No comments written yet.

Please login to write comment.