Color Hex Logo

#ae4feb Color Hex

#AE4FEB
(174,79,235)
0 Favorites   0 Comments

Color spaces of #ae4feb

RGB 17479235
HSL0.770.800.62
HSV277°66°92°
CMYK 0.260.660.00   0.08
XYZ35.246920.588880.7136
Yxy20.58880.25810.1508
Hunter Lab45.374959.2515-73.7036
CIE-Lab52.496563.9795-62.9083

#ae4feb color RGB value is (174,79,235).

#ae4feb hex color red value is 174, green value is 79 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ae4feb hue: 0.77 , saturation: 0.80 and the lightness value of ae4feb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001111 11101011
Octal 256 117 353
Decimal 174 79 235
Hex AE 4F EB

RGB Percentages of Color #ae4feb

%35.66
%16.19
%48.16

CMYK Percentages of Color #ae4feb

%26
%66
%0
%8

Triadic Colors of #ae4feb

#ae4feb #ebae4f #4febae

Analogous Colors of #ae4feb

#ae4feb #eb4fda #604feb

Monochromatic Colors of #ae4feb

#ae4feb

Complementary Color

#ae4feb #8ceb4f

#ae4feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4feb Color CSS Codes

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

#ae4feb Text Font Color

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

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


#ae4feb Background Color

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

This div background color is #ae4feb


#ae4feb Border Color

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

This div border color is #ae4feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4feb


Comments

No comments written yet.

Please login to write comment.