Color Hex Logo

#ae1bbe Color Hex

#AE1BBE
(174,27,190)
0 Favorites   0 Comments

Color spaces of #ae1bbe

RGB 17427190
HSL0.820.750.43
HSV294°86°75°
CMYK 0.080.860.00   0.25
XYZ27.141813.500249.8905
Yxy13.50020.29980.1491
Hunter Lab36.742667.5585-54.7863
CIE-Lab43.507572.7607-51.5885

#ae1bbe color RGB value is (174,27,190).

#ae1bbe hex color red value is 174, green value is 27 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ae1bbe hue: 0.82 , saturation: 0.75 and the lightness value of ae1bbe is 0.43.

The process color (four color CMYK) of #ae1bbe color hex is 0.08, 0.86, 0.00, 0.25. Web safe color of #ae1bbe is #9933cc. Color #ae1bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011011 10111110
Octal 256 33 276
Decimal 174 27 190
Hex AE 1B BE

RGB Percentages of Color #ae1bbe

%44.50
%6.91
%48.59

CMYK Percentages of Color #ae1bbe

%8
%86
%0
%25

Triadic Colors of #ae1bbe

#ae1bbe #beae1b #1bbeae

Analogous Colors of #ae1bbe

#ae1bbe #be1b7d #5c1bbe

Monochromatic Colors of #ae1bbe

#ae1bbe

Complementary Color

#ae1bbe #2bbe1b

#ae1bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1bbe Color CSS Codes

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

#ae1bbe Text Font Color

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

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


#ae1bbe Background Color

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

This div background color is #ae1bbe


#ae1bbe Border Color

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

This div border color is #ae1bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1bbe


Comments

No comments written yet.

Please login to write comment.