Color Hex Logo

#ae2bbf Color Hex

#AE2BBF
(174,43,191)
0 Favorites   0 Comments

Color spaces of #ae2bbf

RGB 17443191
HSL0.810.630.46
HSV293°77°75°
CMYK 0.090.770.00   0.25
XYZ27.723414.488050.6255
Yxy14.48800.29860.1561
Hunter Lab38.063163.4007-52.2140
CIE-Lab44.924868.9866-49.8983

#ae2bbf color RGB value is (174,43,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101011 10111111
Octal 256 53 277
Decimal 174 43 191
Hex AE 2B BF

RGB Percentages of Color #ae2bbf

%42.65
%10.54
%46.81

CMYK Percentages of Color #ae2bbf

%9
%77
%0
%25

Triadic Colors of #ae2bbf

#ae2bbf #bfae2b #2bbfae

Analogous Colors of #ae2bbf

#ae2bbf #bf2b86 #642bbf

Monochromatic Colors of #ae2bbf

#ae2bbf

Complementary Color

#ae2bbf #3cbf2b

#ae2bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2bbf Color CSS Codes

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

#ae2bbf Text Font Color

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

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


#ae2bbf Background Color

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

This div background color is #ae2bbf


#ae2bbf Border Color

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

This div border color is #ae2bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2bbf


Comments

No comments written yet.

Please login to write comment.