Color Hex Logo

#ac93cb Color Hex

#AC93CB
(172,147,203)
0 Favorites   0 Comments

Color spaces of #ac93cb

RGB 172147203
HSL0.740.350.69
HSV267°28°80°
CMYK 0.150.280.00   0.20
XYZ38.226533.949961.0381
Yxy33.94990.28700.2549
Hunter Lab58.266515.1407-21.3237
CIE-Lab64.922820.2677-25.3867

#ac93cb color RGB value is (172,147,203).

#ac93cb hex color red value is 172, green value is 147 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ac93cb hue: 0.74 , saturation: 0.35 and the lightness value of ac93cb is 0.69.

The process color (four color CMYK) of #ac93cb color hex is 0.15, 0.28, 0.00, 0.20. Web safe color of #ac93cb is #9999cc. Color #ac93cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010011 11001011
Octal 254 223 313
Decimal 172 147 203
Hex AC 93 CB

RGB Percentages of Color #ac93cb

%32.95
%28.16
%38.89

CMYK Percentages of Color #ac93cb

%15
%28
%0
%20

Triadic Colors of #ac93cb

#ac93cb #cbac93 #93cbac

Analogous Colors of #ac93cb

#ac93cb #c893cb #9396cb

Monochromatic Colors of #ac93cb

#ac93cb

Complementary Color

#ac93cb #b2cb93

#ac93cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac93cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac93cb Color CSS Codes

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

#ac93cb Text Font Color

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

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


#ac93cb Background Color

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

This div background color is #ac93cb


#ac93cb Border Color

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

This div border color is #ac93cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac93cb


Comments

No comments written yet.

Please login to write comment.