Color Hex Logo

#ac75ec Color Hex

#AC75EC
(172,117,236)
0 Favorites   0 Comments

Color spaces of #ac75ec

RGB 172117236
HSL0.740.760.69
HSV268°50°93°
CMYK 0.270.500.00   0.07
XYZ38.514927.549482.6445
Yxy27.54940.25900.1853
Hunter Lab52.487539.1286-56.6141
CIE-Lab59.479444.6562-52.3007

#ac75ec color RGB value is (172,117,236).

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

The process color (four color CMYK) of #ac75ec color hex is 0.27, 0.50, 0.00, 0.07. Web safe color of #ac75ec is #9966ff. Color #ac75ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110101 11101100
Octal 254 165 354
Decimal 172 117 236
Hex AC 75 EC

RGB Percentages of Color #ac75ec

%32.76
%22.29
%44.95

CMYK Percentages of Color #ac75ec

%27
%50
%0
%7

Triadic Colors of #ac75ec

#ac75ec #ecac75 #75ecac

Analogous Colors of #ac75ec

#ac75ec #e875ec #757aec

Monochromatic Colors of #ac75ec

#ac75ec

Complementary Color

#ac75ec #b5ec75

#ac75ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac75ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac75ec Color CSS Codes

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

#ac75ec Text Font Color

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

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


#ac75ec Background Color

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

This div background color is #ac75ec


#ac75ec Border Color

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

This div border color is #ac75ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac75ec


Comments

No comments written yet.

Please login to write comment.