Color Hex Logo

#ae2ffd Color Hex

#AE2FFD
(174,47,253)
0 Favorites   0 Comments

Color spaces of #ae2ffd

RGB 17447253
HSL0.770.980.59
HSV277°81°99°
CMYK 0.310.810.00   0.01
XYZ36.201718.123594.5187
Yxy18.12350.24320.1218
Hunter Lab42.571777.2906-101.8369
CIE-Lab49.645679.4828-77.6052

#ae2ffd color RGB value is (174,47,253).

#ae2ffd hex color red value is 174, green value is 47 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ae2ffd hue: 0.77 , saturation: 0.98 and the lightness value of ae2ffd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101111 11111101
Octal 256 57 375
Decimal 174 47 253
Hex AE 2F FD

RGB Percentages of Color #ae2ffd

%36.71
%9.92
%53.38

CMYK Percentages of Color #ae2ffd

%31
%81
%0
%1

Triadic Colors of #ae2ffd

#ae2ffd #fdae2f #2ffdae

Analogous Colors of #ae2ffd

#ae2ffd #fd2fe5 #472ffd

Monochromatic Colors of #ae2ffd

#ae2ffd

Complementary Color

#ae2ffd #7efd2f

#ae2ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2ffd Color CSS Codes

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

#ae2ffd Text Font Color

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

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


#ae2ffd Background Color

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

This div background color is #ae2ffd


#ae2ffd Border Color

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

This div border color is #ae2ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2ffd


Comments

No comments written yet.

Please login to write comment.