color codes Logo

#ae2fce color codes

#AE2FCE
(174,47,206)
0 Favorites   0 Comments

Color spaces of #ae2fce

RGB 17447206
HSL0.800.630.50
HSV288°77°81°
CMYK 0.160.770.00   0.19
XYZ29.612715.487959.8212
Yxy15.48790.28220.1476
Hunter Lab39.354765.4429-62.5757
CIE-Lab46.295370.4467-56.3997

#ae2fce color RGB value is (174,47,206).

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

The process color (four color CMYK) of #ae2fce color code is 0.16, 0.77, 0.00, 0.19. Web safe color of #ae2fce is #9933cc. Color #ae2fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101111 11001110
Octal 256 57 316
Decimal 174 47 206
Hex AE 2F CE

RGB Percentages of Color #ae2fce

%40.75
%11.01
%48.24

CMYK Percentages of Color #ae2fce

%16
%77
%0
%19

Triadic Colors of #ae2fce

#ae2fce #ceae2f #2fceae

Analogous Colors of #ae2fce

#ae2fce #ce2f9f #5f2fce

Monochromatic Colors of #ae2fce

#ae2fce

Complementary Color

#ae2fce #4fce2f

#ae2fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2fce Color CSS Codes

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

#ae2fce Text Font Color

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

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


#ae2fce Background Color

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

This div background color is #ae2fce


#ae2fce Border Color

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

This div border color is #ae2fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2fce


Comments

No comments written yet.

Please login to write comment.