Color Hex Logo

#ae7da8 Color Hex

#AE7DA8
(174,125,168)
0 Favorites   0 Comments

Color spaces of #ae7da8

RGB 174125168
HSL0.850.230.59
HSV307°28°68°
CMYK 0.000.280.03   0.32
XYZ31.857126.493140.4804
Yxy26.49310.32230.2681
Hunter Lab51.471420.4035-10.5994
CIE-Lab58.502226.1869-15.3588

#ae7da8 color RGB value is (174,125,168).

#ae7da8 hex color red value is 174, green value is 125 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #ae7da8 hue: 0.85 , saturation: 0.23 and the lightness value of ae7da8 is 0.59.

The process color (four color CMYK) of #ae7da8 color hex is 0.00, 0.28, 0.03, 0.32. Web safe color of #ae7da8 is #996699. Color #ae7da8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111101 10101000
Octal 256 175 250
Decimal 174 125 168
Hex AE 7D A8

RGB Percentages of Color #ae7da8

%37.26
%26.77
%35.97

CMYK Percentages of Color #ae7da8

%0
%28
%3
%32

Triadic Colors of #ae7da8

#ae7da8 #a8ae7d #7da8ae

Analogous Colors of #ae7da8

#ae7da8 #ae7d90 #9c7dae

Monochromatic Colors of #ae7da8

#ae7da8

Complementary Color

#ae7da8 #7dae83

#ae7da8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7da8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7da8 Color CSS Codes

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

#ae7da8 Text Font Color

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

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


#ae7da8 Background Color

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

This div background color is #ae7da8


#ae7da8 Border Color

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

This div border color is #ae7da8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7da8


Comments

No comments written yet.

Please login to write comment.