color codes Logo

#ae30cc color codes

#AE30CC
(174,48,204)
0 Favorites   0 Comments

Color spaces of #ae30cc

RGB 17448204
HSL0.800.620.49
HSV288°76°80°
CMYK 0.150.760.00   0.20
XYZ29.411615.472258.5630
Yxy15.47220.28430.1496
Hunter Lab39.334764.6334-60.7389
CIE-Lab46.274369.7685-55.2794

#ae30cc color RGB value is (174,48,204).

#ae30cc hex color red value is 174, green value is 48 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ae30cc hue: 0.80 , saturation: 0.62 and the lightness value of ae30cc is 0.49.

The process color (four color CMYK) of #ae30cc color code is 0.15, 0.76, 0.00, 0.20. Web safe color of #ae30cc is #9933cc. Color #ae30cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110000 11001100
Octal 256 60 314
Decimal 174 48 204
Hex AE 30 CC

RGB Percentages of Color #ae30cc

%40.85
%11.27
%47.89

CMYK Percentages of Color #ae30cc

%15
%76
%0
%20

Triadic Colors of #ae30cc

#ae30cc #ccae30 #30ccae

Analogous Colors of #ae30cc

#ae30cc #cc309c #6030cc

Monochromatic Colors of #ae30cc

#ae30cc

Complementary Color

#ae30cc #4ecc30

#ae30cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae30cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae30cc Color CSS Codes

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

#ae30cc Text Font Color

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

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


#ae30cc Background Color

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

This div background color is #ae30cc


#ae30cc Border Color

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

This div border color is #ae30cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae30cc


Comments

No comments written yet.

Please login to write comment.