Color Hex Logo

#ae268f Color Hex

#AE268F
(174,38,143)
0 Favorites   0 Comments

Color spaces of #ae268f

RGB 17438143
HSL0.870.640.42
HSV314°78°68°
CMYK 0.000.780.18   0.32
XYZ23.106612.368127.1560
Yxy12.36810.36890.1975
Hunter Lab35.168355.7351-21.1643
CIE-Lab41.795362.9408-26.2451

#ae268f color RGB value is (174,38,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100110 10001111
Octal 256 46 217
Decimal 174 38 143
Hex AE 26 8F

RGB Percentages of Color #ae268f

%49.01
%10.70
%40.28

CMYK Percentages of Color #ae268f

%0
%78
%18
%32

Triadic Colors of #ae268f

#ae268f #8fae26 #268fae

Analogous Colors of #ae268f

#ae268f #ae264b #8926ae

Monochromatic Colors of #ae268f

#ae268f

Complementary Color

#ae268f #26ae45

#ae268f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae268f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae268f Color CSS Codes

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

#ae268f Text Font Color

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

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


#ae268f Background Color

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

This div background color is #ae268f


#ae268f Border Color

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

This div border color is #ae268f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae268f


Comments

No comments written yet.

Please login to write comment.