Color Hex Logo

#ae268d Color Hex

#AE268D
(174,38,141)
0 Favorites   0 Comments

Color spaces of #ae268d

RGB 17438141
HSL0.870.640.42
HSV315°78°68°
CMYK 0.000.780.19   0.32
XYZ22.956412.308026.3650
Yxy12.30800.37250.1997
Hunter Lab35.082855.4066-19.9990
CIE-Lab41.701562.6674-25.1724

#ae268d color RGB value is (174,38,141).

#ae268d hex color red value is 174, green value is 38 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ae268d hue: 0.87 , saturation: 0.64 and the lightness value of ae268d is 0.42.

The process color (four color CMYK) of #ae268d color hex is 0.00, 0.78, 0.19, 0.32. Web safe color of #ae268d is #993399. Color #ae268d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100110 10001101
Octal 256 46 215
Decimal 174 38 141
Hex AE 26 8D

RGB Percentages of Color #ae268d

%49.29
%10.76
%39.94

CMYK Percentages of Color #ae268d

%0
%78
%19
%32

Triadic Colors of #ae268d

#ae268d #8dae26 #268dae

Analogous Colors of #ae268d

#ae268d #ae2649 #8b26ae

Monochromatic Colors of #ae268d

#ae268d

Complementary Color

#ae268d #26ae47

#ae268d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae268d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae268d Color CSS Codes

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

#ae268d Text Font Color

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

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


#ae268d Background Color

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

This div background color is #ae268d


#ae268d Border Color

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

This div border color is #ae268d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae268d


Comments

No comments written yet.

Please login to write comment.