Color Hex Logo

#ac53cb Color Hex

#AC53CB
(172,83,203)
0 Favorites   0 Comments

Color spaces of #ac53cb

RGB 17283203
HSL0.790.540.56
HSV285°59°80°
CMYK 0.150.590.00   0.20
XYZ30.886019.269058.5913
Yxy19.26900.28400.1772
Hunter Lab43.896548.7756-48.4105
CIE-Lab51.000454.9563-47.1571

#ac53cb color RGB value is (172,83,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010011 11001011
Octal 254 123 313
Decimal 172 83 203
Hex AC 53 CB

RGB Percentages of Color #ac53cb

%37.55
%18.12
%44.32

CMYK Percentages of Color #ac53cb

%15
%59
%0
%20

Triadic Colors of #ac53cb

#ac53cb #cbac53 #53cbac

Analogous Colors of #ac53cb

#ac53cb #cb53ae #7053cb

Monochromatic Colors of #ac53cb

#ac53cb

Complementary Color

#ac53cb #72cb53

#ac53cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac53cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac53cb Color CSS Codes

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

#ac53cb Text Font Color

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

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


#ac53cb Background Color

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

This div background color is #ac53cb


#ac53cb Border Color

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

This div border color is #ac53cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac53cb


Comments

No comments written yet.

Please login to write comment.