Color Hex Logo

#ae1ece Color Hex

#AE1ECE
(174,30,206)
0 Favorites   0 Comments

Color spaces of #ae1ece

RGB 17430206
HSL0.800.750.46
HSV289°85°81°
CMYK 0.160.850.00   0.19
XYZ29.060414.383459.6371
Yxy14.38340.28190.1395
Hunter Lab37.925570.4062-66.6847
CIE-Lab44.777874.8672-58.8479

#ae1ece color RGB value is (174,30,206).

#ae1ece hex color red value is 174, green value is 30 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ae1ece hue: 0.80 , saturation: 0.75 and the lightness value of ae1ece is 0.46.

The process color (four color CMYK) of #ae1ece color hex is 0.16, 0.85, 0.00, 0.19. Web safe color of #ae1ece is #9933cc. Color #ae1ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011110 11001110
Octal 256 36 316
Decimal 174 30 206
Hex AE 1E CE

RGB Percentages of Color #ae1ece

%42.44
%7.32
%50.24

CMYK Percentages of Color #ae1ece

%16
%85
%0
%19

Triadic Colors of #ae1ece

#ae1ece #ceae1e #1eceae

Analogous Colors of #ae1ece

#ae1ece #ce1e96 #561ece

Monochromatic Colors of #ae1ece

#ae1ece

Complementary Color

#ae1ece #3ece1e

#ae1ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1ece Color CSS Codes

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

#ae1ece Text Font Color

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

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


#ae1ece Background Color

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

This div background color is #ae1ece


#ae1ece Border Color

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

This div border color is #ae1ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1ece


Comments

No comments written yet.

Please login to write comment.