color codes Logo

#ae23cc color codes

#AE23CC
(174,35,204)
0 Favorites   0 Comments

Color spaces of #ae23cc

RGB 17435204
HSL0.800.710.47
HSV289°83°80°
CMYK 0.150.830.00   0.20
XYZ28.955714.560458.4110
Yxy14.56040.28410.1429
Hunter Lab38.158168.6754-64.0483
CIE-Lab45.026173.3919-57.2906

#ae23cc color RGB value is (174,35,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100011 11001100
Octal 256 43 314
Decimal 174 35 204
Hex AE 23 CC

RGB Percentages of Color #ae23cc

%42.13
%8.47
%49.39

CMYK Percentages of Color #ae23cc

%15
%83
%0
%20

Triadic Colors of #ae23cc

#ae23cc #ccae23 #23ccae

Analogous Colors of #ae23cc

#ae23cc #cc2396 #5a23cc

Monochromatic Colors of #ae23cc

#ae23cc

Complementary Color

#ae23cc #41cc23

#ae23cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae23cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae23cc Color CSS Codes

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

#ae23cc Text Font Color

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

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


#ae23cc Background Color

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

This div background color is #ae23cc


#ae23cc Border Color

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

This div border color is #ae23cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae23cc


Comments

No comments written yet.

Please login to write comment.