Color Hex Logo

#ae3feb Color Hex

#AE3FEB
(174,63,235)
0 Favorites   0 Comments

Color spaces of #ae3feb

RGB 17463235
HSL0.770.810.58
HSV279°73°92°
CMYK 0.260.730.00   0.08
XYZ34.228518.551880.3741
Yxy18.55180.25710.1393
Hunter Lab43.071866.4756-80.4878
CIE-Lab50.158770.5628-66.6849

#ae3feb color RGB value is (174,63,235).

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

The process color (four color CMYK) of #ae3feb color hex is 0.26, 0.73, 0.00, 0.08. Web safe color of #ae3feb is #9933ff. Color #ae3feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111111 11101011
Octal 256 77 353
Decimal 174 63 235
Hex AE 3F EB

RGB Percentages of Color #ae3feb

%36.86
%13.35
%49.79

CMYK Percentages of Color #ae3feb

%26
%73
%0
%8

Triadic Colors of #ae3feb

#ae3feb #ebae3f #3febae

Analogous Colors of #ae3feb

#ae3feb #eb3fd2 #583feb

Monochromatic Colors of #ae3feb

#ae3feb

Complementary Color

#ae3feb #7ceb3f

#ae3feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3feb Color CSS Codes

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

#ae3feb Text Font Color

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

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


#ae3feb Background Color

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

This div background color is #ae3feb


#ae3feb Border Color

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

This div border color is #ae3feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3feb


Comments

No comments written yet.

Please login to write comment.