Color Hex Logo

#ae0ccf Color Hex

#AE0CCF
(174,12,207)
0 Favorites   0 Comments

Color spaces of #ae0ccf

RGB 17412207
HSL0.810.890.43
HSV290°94°81°
CMYK 0.160.940.00   0.19
XYZ28.849513.766660.1682
Yxy13.76660.28070.1339
Hunter Lab37.103473.8607-70.1745
CIE-Lab43.896377.8499-60.8520

#ae0ccf color RGB value is (174,12,207).

#ae0ccf hex color red value is 174, green value is 12 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ae0ccf hue: 0.81 , saturation: 0.89 and the lightness value of ae0ccf is 0.43.

The process color (four color CMYK) of #ae0ccf color hex is 0.16, 0.94, 0.00, 0.19. Web safe color of #ae0ccf is #9900cc. Color #ae0ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001100 11001111
Octal 256 14 317
Decimal 174 12 207
Hex AE C CF

RGB Percentages of Color #ae0ccf

%44.27
%3.05
%52.67

CMYK Percentages of Color #ae0ccf

%16
%94
%0
%19

Triadic Colors of #ae0ccf

#ae0ccf #cfae0c #0ccfae

Analogous Colors of #ae0ccf

#ae0ccf #cf0c8f #4c0ccf

Monochromatic Colors of #ae0ccf

#ae0ccf

Complementary Color

#ae0ccf #2dcf0c

#ae0ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0ccf Color CSS Codes

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

#ae0ccf Text Font Color

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

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


#ae0ccf Background Color

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

This div background color is #ae0ccf


#ae0ccf Border Color

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

This div border color is #ae0ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0ccf


Comments

No comments written yet.

Please login to write comment.