Color Hex Logo

#ae7feb Color Hex

#AE7FEB
(174,127,235)
0 Favorites   0 Comments

Color spaces of #ae7feb

RGB 174127235
HSL0.740.730.71
HSV266°46°92°
CMYK 0.260.460.00   0.08
XYZ40.040330.175682.3114
Yxy30.17560.26250.1978
Hunter Lab54.932333.9775-50.3884
CIE-Lab61.805439.4519-48.0450

#ae7feb color RGB value is (174,127,235).

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

The process color (four color CMYK) of #ae7feb color hex is 0.26, 0.46, 0.00, 0.08. Web safe color of #ae7feb is #9966ff. Color #ae7feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111111 11101011
Octal 256 177 353
Decimal 174 127 235
Hex AE 7F EB

RGB Percentages of Color #ae7feb

%32.46
%23.69
%43.84

CMYK Percentages of Color #ae7feb

%26
%46
%0
%8

Triadic Colors of #ae7feb

#ae7feb #ebae7f #7febae

Analogous Colors of #ae7feb

#ae7feb #e47feb #7f86eb

Monochromatic Colors of #ae7feb

#ae7feb

Complementary Color

#ae7feb #bceb7f

#ae7feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7feb Color CSS Codes

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

#ae7feb Text Font Color

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

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


#ae7feb Background Color

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

This div background color is #ae7feb


#ae7feb Border Color

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

This div border color is #ae7feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7feb


Comments

No comments written yet.

Please login to write comment.