Color Hex Logo

#ae2bfa Color Hex

#AE2BFA
(174,43,250)
0 Favorites   0 Comments

Color spaces of #ae2bfa

RGB 17443250
HSL0.770.950.57
HSV278°83°98°
CMYK 0.300.830.00   0.02
XYZ35.574817.628691.9701
Yxy17.62860.24510.1214
Hunter Lab41.986477.7655-100.4826
CIE-Lab49.042579.9779-76.9145

#ae2bfa color RGB value is (174,43,250).

#ae2bfa hex color red value is 174, green value is 43 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ae2bfa hue: 0.77 , saturation: 0.95 and the lightness value of ae2bfa is 0.57.

The process color (four color CMYK) of #ae2bfa color hex is 0.30, 0.83, 0.00, 0.02. Web safe color of #ae2bfa is #9933ff. Color #ae2bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101011 11111010
Octal 256 53 372
Decimal 174 43 250
Hex AE 2B FA

RGB Percentages of Color #ae2bfa

%37.26
%9.21
%53.53

CMYK Percentages of Color #ae2bfa

%30
%83
%0
%2

Triadic Colors of #ae2bfa

#ae2bfa #faae2b #2bfaae

Analogous Colors of #ae2bfa

#ae2bfa #fa2bdf #462bfa

Monochromatic Colors of #ae2bfa

#ae2bfa

Complementary Color

#ae2bfa #77fa2b

#ae2bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2bfa Color CSS Codes

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

#ae2bfa Text Font Color

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

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


#ae2bfa Background Color

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

This div background color is #ae2bfa


#ae2bfa Border Color

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

This div border color is #ae2bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2bfa


Comments

No comments written yet.

Please login to write comment.