Color Hex Logo

#ae1ceb Color Hex

#AE1CEB
(174,28,235)
0 Favorites   0 Comments

Color spaces of #ae1ceb

RGB 17428235
HSL0.780.840.52
HSV282°88°92°
CMYK 0.260.880.00   0.08
XYZ32.866215.827379.9200
Yxy15.82730.25550.1231
Hunter Lab39.783577.8422-91.2575
CIE-Lab46.747180.4845-72.2259

#ae1ceb color RGB value is (174,28,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011100 11101011
Octal 256 34 353
Decimal 174 28 235
Hex AE 1C EB

RGB Percentages of Color #ae1ceb

%39.82
%6.41
%53.78

CMYK Percentages of Color #ae1ceb

%26
%88
%0
%8

Triadic Colors of #ae1ceb

#ae1ceb #ebae1c #1cebae

Analogous Colors of #ae1ceb

#ae1ceb #eb1cc1 #461ceb

Monochromatic Colors of #ae1ceb

#ae1ceb

Complementary Color

#ae1ceb #59eb1c

#ae1ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1ceb Color CSS Codes

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

#ae1ceb Text Font Color

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

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


#ae1ceb Background Color

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

This div background color is #ae1ceb


#ae1ceb Border Color

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

This div border color is #ae1ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1ceb


Comments

No comments written yet.

Please login to write comment.