Color Hex Logo

#ac74ee Color Hex

#AC74EE
(172,116,238)
0 Favorites   0 Comments

Color spaces of #ac74ee

RGB 172116238
HSL0.740.780.69
HSV268°51°93°
CMYK 0.280.510.00   0.07
XYZ38.691327.434584.1451
Yxy27.43450.25750.1826
Hunter Lab52.378040.1955-58.5847
CIE-Lab59.374445.6731-53.5795

#ac74ee color RGB value is (172,116,238).

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

The process color (four color CMYK) of #ac74ee color hex is 0.28, 0.51, 0.00, 0.07. Web safe color of #ac74ee is #9966ff. Color #ac74ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110100 11101110
Octal 254 164 356
Decimal 172 116 238
Hex AC 74 EE

RGB Percentages of Color #ac74ee

%32.70
%22.05
%45.25

CMYK Percentages of Color #ac74ee

%28
%51
%0
%7

Triadic Colors of #ac74ee

#ac74ee #eeac74 #74eeac

Analogous Colors of #ac74ee

#ac74ee #e974ee #7479ee

Monochromatic Colors of #ac74ee

#ac74ee

Complementary Color

#ac74ee #b6ee74

#ac74ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac74ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac74ee Color CSS Codes

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

#ac74ee Text Font Color

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

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


#ac74ee Background Color

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

This div background color is #ac74ee


#ac74ee Border Color

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

This div border color is #ac74ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac74ee


Comments

No comments written yet.

Please login to write comment.