Color Hex Logo

#ae3ffc Color Hex

#AE3FFC
(174,63,252)
0 Favorites   0 Comments

Color spaces of #ae3ffc

RGB 17463252
HSL0.760.970.62
HSV275°75°99°
CMYK 0.310.750.00   0.01
XYZ36.803819.582093.9354
Yxy19.58200.24480.1303
Hunter Lab44.251671.0174-94.8823
CIE-Lab51.361374.0858-74.2538

#ae3ffc color RGB value is (174,63,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111111 11111100
Octal 256 77 374
Decimal 174 63 252
Hex AE 3F FC

RGB Percentages of Color #ae3ffc

%35.58
%12.88
%51.53

CMYK Percentages of Color #ae3ffc

%31
%75
%0
%1

Triadic Colors of #ae3ffc

#ae3ffc #fcae3f #3ffcae

Analogous Colors of #ae3ffc

#ae3ffc #fc3fec #503ffc

Monochromatic Colors of #ae3ffc

#ae3ffc

Complementary Color

#ae3ffc #8dfc3f

#ae3ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3ffc Color CSS Codes

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

#ae3ffc Text Font Color

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

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


#ae3ffc Background Color

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

This div background color is #ae3ffc


#ae3ffc Border Color

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

This div border color is #ae3ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3ffc


Comments

No comments written yet.

Please login to write comment.