Color Hex Logo

#ac34bc Color Hex

#AC34BC
(172,52,188)
0 Favorites   0 Comments

Color spaces of #ac34bc

RGB 17252188
HSL0.810.570.47
HSV293°72°74°
CMYK 0.090.720.00   0.26
XYZ27.318314.857549.0049
Yxy14.85750.29960.1629
Hunter Lab38.545459.0538-48.3968
CIE-Lab45.438465.1498-47.3415

#ac34bc color RGB value is (172,52,188).

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

The process color (four color CMYK) of #ac34bc color hex is 0.09, 0.72, 0.00, 0.26. Web safe color of #ac34bc is #9933cc. Color #ac34bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110100 10111100
Octal 254 64 274
Decimal 172 52 188
Hex AC 34 BC

RGB Percentages of Color #ac34bc

%41.75
%12.62
%45.63

CMYK Percentages of Color #ac34bc

%9
%72
%0
%26

Triadic Colors of #ac34bc

#ac34bc #bcac34 #34bcac

Analogous Colors of #ac34bc

#ac34bc #bc3488 #6834bc

Monochromatic Colors of #ac34bc

#ac34bc

Complementary Color

#ac34bc #44bc34

#ac34bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac34bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac34bc Color CSS Codes

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

#ac34bc Text Font Color

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

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


#ac34bc Background Color

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

This div background color is #ac34bc


#ac34bc Border Color

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

This div border color is #ac34bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac34bc


Comments

No comments written yet.

Please login to write comment.