Color Hex Logo

#ac50ef Color Hex

#AC50EF
(172,80,239)
0 Favorites   0 Comments

Color spaces of #ac50ef

RGB 17280239
HSL0.760.830.63
HSV275°67°94°
CMYK 0.280.670.00   0.06
XYZ35.461920.740083.7955
Yxy20.74000.25330.1481
Hunter Lab45.541259.2969-77.2144
CIE-Lab52.663863.9875-64.8950

#ac50ef color RGB value is (172,80,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010000 11101111
Octal 254 120 357
Decimal 172 80 239
Hex AC 50 EF

RGB Percentages of Color #ac50ef

%35.03
%16.29
%48.68

CMYK Percentages of Color #ac50ef

%28
%67
%0
%6

Triadic Colors of #ac50ef

#ac50ef #efac50 #50efac

Analogous Colors of #ac50ef

#ac50ef #ef50e3 #5d50ef

Monochromatic Colors of #ac50ef

#ac50ef

Complementary Color

#ac50ef #93ef50

#ac50ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac50ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac50ef Color CSS Codes

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

#ac50ef Text Font Color

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

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


#ac50ef Background Color

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

This div background color is #ac50ef


#ac50ef Border Color

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

This div border color is #ac50ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac50ef


Comments

No comments written yet.

Please login to write comment.