Color Hex Logo

#ac33cb Color Hex

#AC33CB
(172,51,203)
0 Favorites   0 Comments

Color spaces of #ac33cb

RGB 17251203
HSL0.800.600.50
HSV288°75°80°
CMYK 0.150.750.00   0.20
XYZ28.976615.450157.9548
Yxy15.45010.28300.1509
Hunter Lab39.306662.8025-59.9042
CIE-Lab46.244668.2207-54.7656

#ac33cb color RGB value is (172,51,203).

#ac33cb hex color red value is 172, green value is 51 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ac33cb hue: 0.80 , saturation: 0.60 and the lightness value of ac33cb is 0.50.

The process color (four color CMYK) of #ac33cb color hex is 0.15, 0.75, 0.00, 0.20. Web safe color of #ac33cb is #9933cc. Color #ac33cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110011 11001011
Octal 254 63 313
Decimal 172 51 203
Hex AC 33 CB

RGB Percentages of Color #ac33cb

%40.38
%11.97
%47.65

CMYK Percentages of Color #ac33cb

%15
%75
%0
%20

Triadic Colors of #ac33cb

#ac33cb #cbac33 #33cbac

Analogous Colors of #ac33cb

#ac33cb #cb339e #6033cb

Monochromatic Colors of #ac33cb

#ac33cb

Complementary Color

#ac33cb #52cb33

#ac33cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac33cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac33cb Color CSS Codes

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

#ac33cb Text Font Color

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

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


#ac33cb Background Color

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

This div background color is #ac33cb


#ac33cb Border Color

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

This div border color is #ac33cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac33cb


Comments

No comments written yet.

Please login to write comment.