Color Hex Logo

#ae9fcf Color Hex

#AE9FCF
(174,159,207)
0 Favorites   0 Comments

Color spaces of #ae9fcf

RGB 174159207
HSL0.720.330.72
HSV259°23°81°
CMYK 0.160.230.00   0.19
XYZ41.116238.299964.2571
Yxy38.29990.28620.2666
Hunter Lab61.886910.2891-18.2399
CIE-Lab68.241115.0397-22.5149

#ae9fcf color RGB value is (174,159,207).

#ae9fcf hex color red value is 174, green value is 159 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ae9fcf hue: 0.72 , saturation: 0.33 and the lightness value of ae9fcf is 0.72.

The process color (four color CMYK) of #ae9fcf color hex is 0.16, 0.23, 0.00, 0.19. Web safe color of #ae9fcf is #9999cc. Color #ae9fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011111 11001111
Octal 256 237 317
Decimal 174 159 207
Hex AE 9F CF

RGB Percentages of Color #ae9fcf

%32.22
%29.44
%38.33

CMYK Percentages of Color #ae9fcf

%16
%23
%0
%19

Triadic Colors of #ae9fcf

#ae9fcf #cfae9f #9fcfae

Analogous Colors of #ae9fcf

#ae9fcf #c69fcf #9fa8cf

Monochromatic Colors of #ae9fcf

#ae9fcf

Complementary Color

#ae9fcf #c0cf9f

#ae9fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9fcf Color CSS Codes

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

#ae9fcf Text Font Color

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

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


#ae9fcf Background Color

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

This div background color is #ae9fcf


#ae9fcf Border Color

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

This div border color is #ae9fcf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(174,159,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ae9fcf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ae9fcf;
  -webkit-box-shadow: 1px 1px 3px 2px #ae9fcf;
  box-shadow:         1px 1px 3px 2px #ae9fcf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,159,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9fcf


Comments

No comments written yet.

Please login to write comment.