Color Hex Logo

#ae28bf Color Hex

#AE28BF
(174,40,191)
0 Favorites   0 Comments

Color spaces of #ae28bf

RGB 17440191
HSL0.810.650.45
HSV293°79°75°
CMYK 0.090.790.00   0.25
XYZ27.618314.277850.5905
Yxy14.27780.29860.1544
Hunter Lab37.786064.3427-52.9314
CIE-Lab44.628769.8433-50.3730

#ae28bf color RGB value is (174,40,191).

#ae28bf hex color red value is 174, green value is 40 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ae28bf hue: 0.81 , saturation: 0.65 and the lightness value of ae28bf is 0.45.

The process color (four color CMYK) of #ae28bf color hex is 0.09, 0.79, 0.00, 0.25. Web safe color of #ae28bf is #9933cc. Color #ae28bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101000 10111111
Octal 256 50 277
Decimal 174 40 191
Hex AE 28 BF

RGB Percentages of Color #ae28bf

%42.96
%9.88
%47.16

CMYK Percentages of Color #ae28bf

%9
%79
%0
%25

Triadic Colors of #ae28bf

#ae28bf #bfae28 #28bfae

Analogous Colors of #ae28bf

#ae28bf #bf2885 #6228bf

Monochromatic Colors of #ae28bf

#ae28bf

Complementary Color

#ae28bf #39bf28

#ae28bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae28bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae28bf Color CSS Codes

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

#ae28bf Text Font Color

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

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


#ae28bf Background Color

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

This div background color is #ae28bf


#ae28bf Border Color

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

This div border color is #ae28bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,40,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 #ae28bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae28bf


Comments

No comments written yet.

Please login to write comment.