Color Hex Logo

#ac78ea Color Hex

#AC78EA
(172,120,234)
0 Favorites   0 Comments

Color spaces of #ac78ea

RGB 172120234
HSL0.740.730.69
HSV267°49°92°
CMYK 0.260.490.00   0.08
XYZ38.581028.144181.2408
Yxy28.14410.26070.1902
Hunter Lab53.051036.9737-53.6593
CIE-Lab60.018742.5434-50.3322

#ac78ea color RGB value is (172,120,234).

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

The process color (four color CMYK) of #ac78ea color hex is 0.26, 0.49, 0.00, 0.08. Web safe color of #ac78ea is #9966ff. Color #ac78ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01111000 11101010
Octal 254 170 352
Decimal 172 120 234
Hex AC 78 EA

RGB Percentages of Color #ac78ea

%32.70
%22.81
%44.49

CMYK Percentages of Color #ac78ea

%26
%49
%0
%8

Triadic Colors of #ac78ea

#ac78ea #eaac78 #78eaac

Analogous Colors of #ac78ea

#ac78ea #e578ea #787dea

Monochromatic Colors of #ac78ea

#ac78ea

Complementary Color

#ac78ea #b6ea78

#ac78ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac78ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac78ea Color CSS Codes

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

#ac78ea Text Font Color

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

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


#ac78ea Background Color

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

This div background color is #ac78ea


#ac78ea Border Color

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

This div border color is #ac78ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac78ea


Comments

No comments written yet.

Please login to write comment.