Color Hex Logo

#ac7bea Color Hex

#AC7BEA
(172,123,234)
0 Favorites   0 Comments

Color spaces of #ac7bea

RGB 172123234
HSL0.740.730.70
HSV266°47°92°
CMYK 0.260.470.00   0.08
XYZ38.947528.877181.3630
Yxy28.87710.26110.1936
Hunter Lab53.737435.3317-52.1539
CIE-Lab60.673040.8916-49.2950

#ac7bea color RGB value is (172,123,234).

#ac7bea hex color red value is 172, green value is 123 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ac7bea hue: 0.74 , saturation: 0.73 and the lightness value of ac7bea is 0.70.

The process color (four color CMYK) of #ac7bea color hex is 0.26, 0.47, 0.00, 0.08. Web safe color of #ac7bea is #9966ff. Color #ac7bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01111011 11101010
Octal 254 173 352
Decimal 172 123 234
Hex AC 7B EA

RGB Percentages of Color #ac7bea

%32.51
%23.25
%44.23

CMYK Percentages of Color #ac7bea

%26
%47
%0
%8

Triadic Colors of #ac7bea

#ac7bea #eaac7b #7beaac

Analogous Colors of #ac7bea

#ac7bea #e47bea #7b82ea

Monochromatic Colors of #ac7bea

#ac7bea

Complementary Color

#ac7bea #b9ea7b

#ac7bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac7bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac7bea Color CSS Codes

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

#ac7bea Text Font Color

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

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


#ac7bea Background Color

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

This div background color is #ac7bea


#ac7bea Border Color

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

This div border color is #ac7bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac7bea


Comments

No comments written yet.

Please login to write comment.