color codes Logo

#ae02ce color codes

#AE02CE
(174,2,206)
0 Favorites   0 Comments

Color spaces of #ae02ce

RGB 1742206
HSL0.810.980.41
HSV291°99°81°
CMYK 0.160.990.00   0.19
XYZ28.617813.498359.4896
Yxy13.49830.28170.1328
Hunter Lab36.740074.7434-70.2846
CIE-Lab43.504778.6361-60.9080

#ae02ce color RGB value is (174,2,206).

#ae02ce hex color red value is 174, green value is 2 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ae02ce hue: 0.81 , saturation: 0.98 and the lightness value of ae02ce is 0.41.

The process color (four color CMYK) of #ae02ce color code is 0.16, 0.99, 0.00, 0.19. Web safe color of #ae02ce is #9900cc. Color #ae02ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000010 11001110
Octal 256 2 316
Decimal 174 2 206
Hex AE 2 CE

RGB Percentages of Color #ae02ce

%45.55
%0.52
%53.93

CMYK Percentages of Color #ae02ce

%16
%99
%0
%19

Triadic Colors of #ae02ce

#ae02ce #ceae02 #02ceae

Analogous Colors of #ae02ce

#ae02ce #ce0288 #4802ce

Monochromatic Colors of #ae02ce

#ae02ce

Complementary Color

#ae02ce #22ce02

#ae02ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae02ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae02ce Color CSS Codes

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

#ae02ce Text Font Color

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

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


#ae02ce Background Color

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

This div background color is #ae02ce


#ae02ce Border Color

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

This div border color is #ae02ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae02ce


Comments

No comments written yet.

Please login to write comment.