Color Hex Logo

#ac4bef Color Hex

#AC4BEF
(172,75,239)
0 Favorites   0 Comments

Color spaces of #ac4bef

RGB 17275239
HSL0.770.840.62
HSV275°69°94°
CMYK 0.280.690.00   0.06
XYZ35.109320.034883.6780
Yxy20.03480.25290.1443
Hunter Lab44.760361.6824-79.5088
CIE-Lab51.876566.1837-66.1665

#ac4bef color RGB value is (172,75,239).

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

The process color (four color CMYK) of #ac4bef color hex is 0.28, 0.69, 0.00, 0.06. Web safe color of #ac4bef is #9933ff. Color #ac4bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001011 11101111
Octal 254 113 357
Decimal 172 75 239
Hex AC 4B EF

RGB Percentages of Color #ac4bef

%35.39
%15.43
%49.18

CMYK Percentages of Color #ac4bef

%28
%69
%0
%6

Triadic Colors of #ac4bef

#ac4bef #efac4b #4befac

Analogous Colors of #ac4bef

#ac4bef #ef4be0 #5a4bef

Monochromatic Colors of #ac4bef

#ac4bef

Complementary Color

#ac4bef #8eef4b

#ac4bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac4bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac4bef Color CSS Codes

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

#ac4bef Text Font Color

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

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


#ac4bef Background Color

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

This div background color is #ac4bef


#ac4bef Border Color

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

This div border color is #ac4bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac4bef


Comments

No comments written yet.

Please login to write comment.