Color Hex Logo

#ae69bc Color Hex

#AE69BC
(174,105,188)
0 Favorites   0 Comments

Color spaces of #ae69bc

RGB 174105188
HSL0.810.380.57
HSV290°44°74°
CMYK 0.070.440.00   0.26
XYZ31.584222.732750.3001
Yxy22.73270.30190.2173
Hunter Lab47.678834.8070-29.1745
CIE-Lab54.795941.1674-32.5464

#ae69bc color RGB value is (174,105,188).

#ae69bc hex color red value is 174, green value is 105 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ae69bc hue: 0.81 , saturation: 0.38 and the lightness value of ae69bc is 0.57.

The process color (four color CMYK) of #ae69bc color hex is 0.07, 0.44, 0.00, 0.26. Web safe color of #ae69bc is #9966cc. Color #ae69bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101001 10111100
Octal 256 151 274
Decimal 174 105 188
Hex AE 69 BC

RGB Percentages of Color #ae69bc

%37.26
%22.48
%40.26

CMYK Percentages of Color #ae69bc

%7
%44
%0
%26

Triadic Colors of #ae69bc

#ae69bc #bcae69 #69bcae

Analogous Colors of #ae69bc

#ae69bc #bc69a1 #8569bc

Monochromatic Colors of #ae69bc

#ae69bc

Complementary Color

#ae69bc #77bc69

#ae69bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae69bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae69bc Color CSS Codes

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

#ae69bc Text Font Color

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

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


#ae69bc Background Color

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

This div background color is #ae69bc


#ae69bc Border Color

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

This div border color is #ae69bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae69bc


Comments

No comments written yet.

Please login to write comment.