color codes Logo

#ae6abf color codes

#AE6ABF
(174,106,191)
0 Favorites   0 Comments

Color spaces of #ae6abf

RGB 174106191
HSL0.800.400.58
HSV288°45°75°
CMYK 0.090.450.00   0.25
XYZ32.013623.068352.0555
Yxy23.06830.29880.2153
Hunter Lab48.029534.9260-30.6393
CIE-Lab55.142641.2355-33.7267

#ae6abf color RGB value is (174,106,191).

#ae6abf hex color red value is 174, green value is 106 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ae6abf hue: 0.80 , saturation: 0.40 and the lightness value of ae6abf is 0.58.

The process color (four color CMYK) of #ae6abf color code is 0.09, 0.45, 0.00, 0.25. Web safe color of #ae6abf is #9966cc. Color #ae6abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101010 10111111
Octal 256 152 277
Decimal 174 106 191
Hex AE 6A BF

RGB Percentages of Color #ae6abf

%36.94
%22.51
%40.55

CMYK Percentages of Color #ae6abf

%9
%45
%0
%25

Triadic Colors of #ae6abf

#ae6abf #bfae6a #6abfae

Analogous Colors of #ae6abf

#ae6abf #bf6aa6 #846abf

Monochromatic Colors of #ae6abf

#ae6abf

Complementary Color

#ae6abf #7bbf6a

#ae6abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6abf Color CSS Codes

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

#ae6abf Text Font Color

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

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


#ae6abf Background Color

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

This div background color is #ae6abf


#ae6abf Border Color

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

This div border color is #ae6abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6abf


Comments

No comments written yet.

Please login to write comment.