Color Hex Logo

#ae1bbf Color Hex

#AE1BBF
(174,27,191)
0 Favorites   0 Comments

Color spaces of #ae1bbf

RGB 17427191
HSL0.820.750.43
HSV294°86°75°
CMYK 0.090.860.00   0.25
XYZ27.251513.544150.4682
Yxy13.54410.29860.1484
Hunter Lab36.802367.7722-55.5447
CIE-Lab43.571972.9259-52.0702

#ae1bbf color RGB value is (174,27,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011011 10111111
Octal 256 33 277
Decimal 174 27 191
Hex AE 1B BF

RGB Percentages of Color #ae1bbf

%44.39
%6.89
%48.72

CMYK Percentages of Color #ae1bbf

%9
%86
%0
%25

Triadic Colors of #ae1bbf

#ae1bbf #bfae1b #1bbfae

Analogous Colors of #ae1bbf

#ae1bbf #bf1b7e #5c1bbf

Monochromatic Colors of #ae1bbf

#ae1bbf

Complementary Color

#ae1bbf #2cbf1b

#ae1bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1bbf Color CSS Codes

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

#ae1bbf Text Font Color

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

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


#ae1bbf Background Color

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

This div background color is #ae1bbf


#ae1bbf Border Color

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

This div border color is #ae1bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1bbf


Comments

No comments written yet.

Please login to write comment.