Color Hex Logo

#ae7ccf Color Hex

#AE7CCF
(174,124,207)
0 Favorites   0 Comments

Color spaces of #ae7ccf

RGB 174124207
HSL0.770.460.65
HSV276°40°81°
CMYK 0.160.400.00   0.19
XYZ35.925727.919062.5269
Yxy27.91900.28430.2209
Hunter Lab52.838428.8978-33.1745
CIE-Lab59.815534.7235-35.5224

#ae7ccf color RGB value is (174,124,207).

#ae7ccf hex color red value is 174, green value is 124 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ae7ccf hue: 0.77 , saturation: 0.46 and the lightness value of ae7ccf is 0.65.

The process color (four color CMYK) of #ae7ccf color hex is 0.16, 0.40, 0.00, 0.19. Web safe color of #ae7ccf is #9966cc. Color #ae7ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111100 11001111
Octal 256 174 317
Decimal 174 124 207
Hex AE 7C CF

RGB Percentages of Color #ae7ccf

%34.46
%24.55
%40.99

CMYK Percentages of Color #ae7ccf

%16
%40
%0
%19

Triadic Colors of #ae7ccf

#ae7ccf #cfae7c #7ccfae

Analogous Colors of #ae7ccf

#ae7ccf #cf7cc7 #857ccf

Monochromatic Colors of #ae7ccf

#ae7ccf

Complementary Color

#ae7ccf #9dcf7c

#ae7ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7ccf Color CSS Codes

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

#ae7ccf Text Font Color

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

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


#ae7ccf Background Color

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

This div background color is #ae7ccf


#ae7ccf Border Color

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

This div border color is #ae7ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7ccf


Comments

No comments written yet.

Please login to write comment.