Color Hex Logo

#ae3bf5 Color Hex

#AE3BF5
(174,59,245)
0 Favorites   0 Comments

Color spaces of #ae3bf5

RGB 17459245
HSL0.770.900.60
HSV277°76°96°
CMYK 0.290.760.00   0.04
XYZ35.501018.719288.1283
Yxy18.71920.24940.1315
Hunter Lab43.265770.7505-90.4824
CIE-Lab50.357174.0624-71.9781

#ae3bf5 color RGB value is (174,59,245).

#ae3bf5 hex color red value is 174, green value is 59 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #ae3bf5 hue: 0.77 , saturation: 0.90 and the lightness value of ae3bf5 is 0.60.

The process color (four color CMYK) of #ae3bf5 color hex is 0.29, 0.76, 0.00, 0.04. Web safe color of #ae3bf5 is #9933ff. Color #ae3bf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111011 11110101
Octal 256 73 365
Decimal 174 59 245
Hex AE 3B F5

RGB Percentages of Color #ae3bf5

%36.40
%12.34
%51.26

CMYK Percentages of Color #ae3bf5

%29
%76
%0
%4

Triadic Colors of #ae3bf5

#ae3bf5 #f5ae3b #3bf5ae

Analogous Colors of #ae3bf5

#ae3bf5 #f53bdf #513bf5

Monochromatic Colors of #ae3bf5

#ae3bf5

Complementary Color

#ae3bf5 #82f53b

#ae3bf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3bf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3bf5 Color CSS Codes

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

#ae3bf5 Text Font Color

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

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


#ae3bf5 Background Color

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

This div background color is #ae3bf5


#ae3bf5 Border Color

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

This div border color is #ae3bf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3bf5


Comments

No comments written yet.

Please login to write comment.