Color Hex Logo

#ac4feb Color Hex

#AC4FEB
(172,79,235)
0 Favorites   0 Comments

Color spaces of #ac4feb

RGB 17279235
HSL0.770.800.62
HSV276°66°92°
CMYK 0.270.660.00   0.08
XYZ34.804620.360880.6929
Yxy20.36080.25620.1499
Hunter Lab45.122958.7169-74.4416
CIE-Lab52.242763.5645-63.3304

#ac4feb color RGB value is (172,79,235).

#ac4feb hex color red value is 172, green value is 79 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ac4feb hue: 0.77 , saturation: 0.80 and the lightness value of ac4feb is 0.62.

The process color (four color CMYK) of #ac4feb color hex is 0.27, 0.66, 0.00, 0.08. Web safe color of #ac4feb is #9966ff. Color #ac4feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001111 11101011
Octal 254 117 353
Decimal 172 79 235
Hex AC 4F EB

RGB Percentages of Color #ac4feb

%35.39
%16.26
%48.35

CMYK Percentages of Color #ac4feb

%27
%66
%0
%8

Triadic Colors of #ac4feb

#ac4feb #ebac4f #4febac

Analogous Colors of #ac4feb

#ac4feb #eb4fdc #5e4feb

Monochromatic Colors of #ac4feb

#ac4feb

Complementary Color

#ac4feb #8eeb4f

#ac4feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac4feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac4feb Color CSS Codes

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

#ac4feb Text Font Color

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

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


#ac4feb Background Color

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

This div background color is #ac4feb


#ac4feb Border Color

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

This div border color is #ac4feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac4feb


Comments

No comments written yet.

Please login to write comment.