Color Hex Logo

#ae1deb Color Hex

#AE1DEB
(174,29,235)
0 Favorites   0 Comments

Color spaces of #ae1deb

RGB 17429235
HSL0.780.840.52
HSV282°88°92°
CMYK 0.260.880.00   0.08
XYZ32.890315.875679.9280
Yxy15.87560.25560.1234
Hunter Lab39.844277.6195-91.0456
CIE-Lab46.810980.2954-72.1219

#ae1deb color RGB value is (174,29,235).

#ae1deb hex color red value is 174, green value is 29 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ae1deb hue: 0.78 , saturation: 0.84 and the lightness value of ae1deb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011101 11101011
Octal 256 35 353
Decimal 174 29 235
Hex AE 1D EB

RGB Percentages of Color #ae1deb

%39.73
%6.62
%53.65

CMYK Percentages of Color #ae1deb

%26
%88
%0
%8

Triadic Colors of #ae1deb

#ae1deb #ebae1d #1debae

Analogous Colors of #ae1deb

#ae1deb #eb1dc1 #471deb

Monochromatic Colors of #ae1deb

#ae1deb

Complementary Color

#ae1deb #5aeb1d

#ae1deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1deb Color CSS Codes

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

#ae1deb Text Font Color

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

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


#ae1deb Background Color

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

This div background color is #ae1deb


#ae1deb Border Color

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

This div border color is #ae1deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1deb


Comments

No comments written yet.

Please login to write comment.