Color Hex Logo

#ac6898 Color Hex

#AC6898
(172,104,152)
0 Favorites   0 Comments

Color spaces of #ac6898

RGB 172104152
HSL0.880.290.54
HSV318°40°67°
CMYK 0.000.400.12   0.33
XYZ27.631120.938332.2909
Yxy20.93830.34170.2589
Hunter Lab45.758427.7096-9.8091
CIE-Lab52.881934.3204-14.6117

#ac6898 color RGB value is (172,104,152).

#ac6898 hex color red value is 172, green value is 104 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #ac6898 hue: 0.88 , saturation: 0.29 and the lightness value of ac6898 is 0.54.

The process color (four color CMYK) of #ac6898 color hex is 0.00, 0.40, 0.12, 0.33. Web safe color of #ac6898 is #996699. Color #ac6898 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01101000 10011000
Octal 254 150 230
Decimal 172 104 152
Hex AC 68 98

RGB Percentages of Color #ac6898

%40.19
%24.30
%35.51

CMYK Percentages of Color #ac6898

%0
%40
%12
%33

Triadic Colors of #ac6898

#ac6898 #98ac68 #6898ac

Analogous Colors of #ac6898

#ac6898 #ac6876 #9e68ac

Monochromatic Colors of #ac6898

#ac6898

Complementary Color

#ac6898 #68ac7c

#ac6898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac6898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac6898 Color CSS Codes

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

#ac6898 Text Font Color

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

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


#ac6898 Background Color

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

This div background color is #ac6898


#ac6898 Border Color

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

This div border color is #ac6898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac6898


Comments

No comments written yet.

Please login to write comment.