Color Hex Logo

#ae3ece Color Hex

#AE3ECE
(174,62,206)
0 Favorites   0 Comments

Color spaces of #ae3ece

RGB 17462206
HSL0.800.600.53
HSV287°70°81°
CMYK 0.160.700.00   0.19
XYZ30.318816.900260.0566
Yxy16.90020.28260.1575
Hunter Lab41.109959.7027-57.8387
CIE-Lab48.134065.1943-53.4441

#ae3ece color RGB value is (174,62,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111110 11001110
Octal 256 76 316
Decimal 174 62 206
Hex AE 3E CE

RGB Percentages of Color #ae3ece

%39.37
%14.03
%46.61

CMYK Percentages of Color #ae3ece

%16
%70
%0
%19

Triadic Colors of #ae3ece

#ae3ece #ceae3e #3eceae

Analogous Colors of #ae3ece

#ae3ece #ce3ea6 #663ece

Monochromatic Colors of #ae3ece

#ae3ece

Complementary Color

#ae3ece #5ece3e

#ae3ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3ece Color CSS Codes

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

#ae3ece Text Font Color

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

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


#ae3ece Background Color

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

This div background color is #ae3ece


#ae3ece Border Color

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

This div border color is #ae3ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3ece


Comments

No comments written yet.

Please login to write comment.