Color Hex Logo

#ae3bfc Color Hex

#AE3BFC
(174,59,252)
0 Favorites   0 Comments

Color spaces of #ae3bfc

RGB 17459252
HSL0.770.970.61
HSV276°77°99°
CMYK 0.310.770.00   0.01
XYZ36.590219.154993.8642
Yxy19.15490.24460.1280
Hunter Lab43.766372.6413-96.5209
CIE-Lab50.867975.5058-75.0562

#ae3bfc color RGB value is (174,59,252).

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

The process color (four color CMYK) of #ae3bfc color hex is 0.31, 0.77, 0.00, 0.01. Web safe color of #ae3bfc is #9933ff. Color #ae3bfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111011 11111100
Octal 256 73 374
Decimal 174 59 252
Hex AE 3B FC

RGB Percentages of Color #ae3bfc

%35.88
%12.16
%51.96

CMYK Percentages of Color #ae3bfc

%31
%77
%0
%1

Triadic Colors of #ae3bfc

#ae3bfc #fcae3b #3bfcae

Analogous Colors of #ae3bfc

#ae3bfc #fc3bea #4d3bfc

Monochromatic Colors of #ae3bfc

#ae3bfc

Complementary Color

#ae3bfc #89fc3b

#ae3bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3bfc Color CSS Codes

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

#ae3bfc Text Font Color

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

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


#ae3bfc Background Color

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

This div background color is #ae3bfc


#ae3bfc Border Color

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

This div border color is #ae3bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3bfc

Related Colors


Comments

No comments written yet.

Please login to write comment.