Color Hex Logo

#ae27bf Color Hex

#AE27BF
(174,39,191)
0 Favorites   0 Comments

Color spaces of #ae27bf

RGB 17439191
HSL0.810.660.45
HSV293°80°75°
CMYK 0.090.800.00   0.25
XYZ27.585014.211350.5794
Yxy14.21130.29860.1538
Hunter Lab37.697964.6441-53.1611
CIE-Lab44.534470.1165-50.5242

#ae27bf color RGB value is (174,39,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100111 10111111
Octal 256 47 277
Decimal 174 39 191
Hex AE 27 BF

RGB Percentages of Color #ae27bf

%43.07
%9.65
%47.28

CMYK Percentages of Color #ae27bf

%9
%80
%0
%25

Triadic Colors of #ae27bf

#ae27bf #bfae27 #27bfae

Analogous Colors of #ae27bf

#ae27bf #bf2784 #6227bf

Monochromatic Colors of #ae27bf

#ae27bf

Complementary Color

#ae27bf #38bf27

#ae27bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae27bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae27bf Color CSS Codes

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

#ae27bf Text Font Color

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

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


#ae27bf Background Color

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

This div background color is #ae27bf


#ae27bf Border Color

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

This div border color is #ae27bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae27bf


Comments

No comments written yet.

Please login to write comment.