color codes Logo

#ae06cd color codes

#AE06CD
(174,6,205)
0 Favorites   0 Comments

Color spaces of #ae06cd

RGB 1746205
HSL0.810.940.41
HSV291°97°80°
CMYK 0.150.970.00   0.20
XYZ28.540113.536758.8662
Yxy13.53670.28270.1341
Hunter Lab36.792374.0777-69.1072
CIE-Lab43.561078.0896-60.2376

#ae06cd color RGB value is (174,6,205).

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

The process color (four color CMYK) of #ae06cd color code is 0.15, 0.97, 0.00, 0.20. Web safe color of #ae06cd is #9900cc. Color #ae06cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000110 11001101
Octal 256 6 315
Decimal 174 6 205
Hex AE 6 CD

RGB Percentages of Color #ae06cd

%45.19
%1.56
%53.25

CMYK Percentages of Color #ae06cd

%15
%97
%0
%20

Triadic Colors of #ae06cd

#ae06cd #cdae06 #06cdae

Analogous Colors of #ae06cd

#ae06cd #cd0689 #4b06cd

Monochromatic Colors of #ae06cd

#ae06cd

Complementary Color

#ae06cd #25cd06

#ae06cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae06cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae06cd Color CSS Codes

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

#ae06cd Text Font Color

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

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


#ae06cd Background Color

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

This div background color is #ae06cd


#ae06cd Border Color

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

This div border color is #ae06cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae06cd


Comments

No comments written yet.

Please login to write comment.