Color Hex Logo

#ae7bfc Color Hex

#AE7BFC
(174,123,252)
0 Favorites   0 Comments

Color spaces of #ae7bfc

RGB 174123252
HSL0.730.960.74
HSV264°51°99°
CMYK 0.310.510.00   0.01
XYZ42.109230.192995.7039
Yxy30.19290.25060.1797
Hunter Lab54.948140.6335-64.8027
CIE-Lab61.820345.7354-57.4084

#ae7bfc color RGB value is (174,123,252).

#ae7bfc hex color red value is 174, green value is 123 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ae7bfc hue: 0.73 , saturation: 0.96 and the lightness value of ae7bfc is 0.74.

The process color (four color CMYK) of #ae7bfc color hex is 0.31, 0.51, 0.00, 0.01. Web safe color of #ae7bfc is #9966ff. Color #ae7bfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111011 11111100
Octal 256 173 374
Decimal 174 123 252
Hex AE 7B FC

RGB Percentages of Color #ae7bfc

%31.69
%22.40
%45.90

CMYK Percentages of Color #ae7bfc

%31
%51
%0
%1

Triadic Colors of #ae7bfc

#ae7bfc #fcae7b #7bfcae

Analogous Colors of #ae7bfc

#ae7bfc #ef7bfc #7b89fc

Monochromatic Colors of #ae7bfc

#ae7bfc

Complementary Color

#ae7bfc #c9fc7b

#ae7bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7bfc Color CSS Codes

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

#ae7bfc Text Font Color

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

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


#ae7bfc Background Color

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

This div background color is #ae7bfc


#ae7bfc Border Color

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

This div border color is #ae7bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7bfc


Comments

No comments written yet.

Please login to write comment.