Color Hex Logo

#ac58ef Color Hex

#AC58EF
(172,88,239)
0 Favorites   0 Comments

Color spaces of #ac58ef

RGB 17288239
HSL0.760.830.64
HSV273°63°94°
CMYK 0.280.630.00   0.06
XYZ36.083021.982184.0025
Yxy21.98210.25400.1547
Hunter Lab46.885155.3257-73.4085
CIE-Lab54.008060.2826-62.7281

#ac58ef color RGB value is (172,88,239).

#ac58ef hex color red value is 172, green value is 88 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ac58ef hue: 0.76 , saturation: 0.83 and the lightness value of ac58ef is 0.64.

The process color (four color CMYK) of #ac58ef color hex is 0.28, 0.63, 0.00, 0.06. Web safe color of #ac58ef is #9966ff. Color #ac58ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011000 11101111
Octal 254 130 357
Decimal 172 88 239
Hex AC 58 EF

RGB Percentages of Color #ac58ef

%34.47
%17.64
%47.90

CMYK Percentages of Color #ac58ef

%28
%63
%0
%6

Triadic Colors of #ac58ef

#ac58ef #efac58 #58efac

Analogous Colors of #ac58ef

#ac58ef #ef58e7 #6058ef

Monochromatic Colors of #ac58ef

#ac58ef

Complementary Color

#ac58ef #9bef58

#ac58ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac58ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac58ef Color CSS Codes

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

#ac58ef Text Font Color

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

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


#ac58ef Background Color

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

This div background color is #ac58ef


#ac58ef Border Color

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

This div border color is #ac58ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac58ef


Comments

No comments written yet.

Please login to write comment.