Color Hex Logo

#ae27ba Color Hex

#AE27BA
(174,39,186)
0 Favorites   0 Comments

Color spaces of #ae27ba

RGB 17439186
HSL0.820.650.44
HSV295°79°73°
CMYK 0.060.790.00   0.27
XYZ27.044013.994947.7303
Yxy13.99490.30470.1577
Hunter Lab37.409863.5729-49.4600
CIE-Lab44.225669.2692-48.0920

#ae27ba color RGB value is (174,39,186).

#ae27ba hex color red value is 174, green value is 39 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ae27ba hue: 0.82 , saturation: 0.65 and the lightness value of ae27ba is 0.44.

The process color (four color CMYK) of #ae27ba color hex is 0.06, 0.79, 0.00, 0.27. Web safe color of #ae27ba is #9933cc. Color #ae27ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100111 10111010
Octal 256 47 272
Decimal 174 39 186
Hex AE 27 BA

RGB Percentages of Color #ae27ba

%43.61
%9.77
%46.62

CMYK Percentages of Color #ae27ba

%6
%79
%0
%27

Triadic Colors of #ae27ba

#ae27ba #baae27 #27baae

Analogous Colors of #ae27ba

#ae27ba #ba277d #6527ba

Monochromatic Colors of #ae27ba

#ae27ba

Complementary Color

#ae27ba #33ba27

#ae27ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae27ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae27ba Color CSS Codes

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

#ae27ba Text Font Color

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

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


#ae27ba Background Color

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

This div background color is #ae27ba


#ae27ba Border Color

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

This div border color is #ae27ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae27ba


Comments

No comments written yet.

Please login to write comment.