Color Hex Logo

#ae2bbb Color Hex

#AE2BBB
(174,43,187)
0 Favorites   0 Comments

Color spaces of #ae2bbb

RGB 17443187
HSL0.820.630.45
HSV295°77°73°
CMYK 0.070.770.00   0.27
XYZ27.289114.314348.3383
Yxy14.31430.30340.1592
Hunter Lab37.834262.5386-49.2669
CIE-Lab44.680368.2997-47.9503

#ae2bbb color RGB value is (174,43,187).

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

The process color (four color CMYK) of #ae2bbb color hex is 0.07, 0.77, 0.00, 0.27. Web safe color of #ae2bbb is #9933cc. Color #ae2bbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101011 10111011
Octal 256 53 273
Decimal 174 43 187
Hex AE 2B BB

RGB Percentages of Color #ae2bbb

%43.07
%10.64
%46.29

CMYK Percentages of Color #ae2bbb

%7
%77
%0
%27

Triadic Colors of #ae2bbb

#ae2bbb #bbae2b #2bbbae

Analogous Colors of #ae2bbb

#ae2bbb #bb2b80 #662bbb

Monochromatic Colors of #ae2bbb

#ae2bbb

Complementary Color

#ae2bbb #38bb2b

#ae2bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2bbb Color CSS Codes

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

#ae2bbb Text Font Color

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

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


#ae2bbb Background Color

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

This div background color is #ae2bbb


#ae2bbb Border Color

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

This div border color is #ae2bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2bbb


Comments

No comments written yet.

Please login to write comment.