Color Hex Logo

#ac94ea Color Hex

#AC94EA
(172,148,234)
0 Favorites   0 Comments

Color spaces of #ac94ea

RGB 172148234
HSL0.710.670.75
HSV257°37°92°
CMYK 0.260.370.00   0.08
XYZ42.454435.891082.5320
Yxy35.89100.26390.2231
Hunter Lab59.909121.6526-39.7427
CIE-Lab66.436626.8765-40.2229

#ac94ea color RGB value is (172,148,234).

#ac94ea hex color red value is 172, green value is 148 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ac94ea hue: 0.71 , saturation: 0.67 and the lightness value of ac94ea is 0.75.

The process color (four color CMYK) of #ac94ea color hex is 0.26, 0.37, 0.00, 0.08. Web safe color of #ac94ea is #9999ff. Color #ac94ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010100 11101010
Octal 254 224 352
Decimal 172 148 234
Hex AC 94 EA

RGB Percentages of Color #ac94ea

%31.05
%26.71
%42.24

CMYK Percentages of Color #ac94ea

%26
%37
%0
%8

Triadic Colors of #ac94ea

#ac94ea #eaac94 #94eaac

Analogous Colors of #ac94ea

#ac94ea #d794ea #94a7ea

Monochromatic Colors of #ac94ea

#ac94ea

Complementary Color

#ac94ea #d2ea94

#ac94ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac94ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac94ea Color CSS Codes

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

#ac94ea Text Font Color

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

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


#ac94ea Background Color

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

This div background color is #ac94ea


#ac94ea Border Color

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

This div border color is #ac94ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac94ea


Comments

No comments written yet.

Please login to write comment.