Color Hex Logo

#ae23cd Color Hex

#AE23CD
(174,35,205)
0 Favorites   0 Comments

Color spaces of #ae23cd

RGB 17435205
HSL0.800.710.47
HSV289°83°80°
CMYK 0.150.830.00   0.20
XYZ29.076014.608559.0449
Yxy14.60850.28300.1422
Hunter Lab38.221168.9038-64.8380
CIE-Lab45.093273.5679-57.7606

#ae23cd color RGB value is (174,35,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100011 11001101
Octal 256 43 315
Decimal 174 35 205
Hex AE 23 CD

RGB Percentages of Color #ae23cd

%42.03
%8.45
%49.52

CMYK Percentages of Color #ae23cd

%15
%83
%0
%20

Triadic Colors of #ae23cd

#ae23cd #cdae23 #23cdae

Analogous Colors of #ae23cd

#ae23cd #cd2397 #5923cd

Monochromatic Colors of #ae23cd

#ae23cd

Complementary Color

#ae23cd #42cd23

#ae23cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae23cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae23cd Color CSS Codes

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

#ae23cd Text Font Color

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

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


#ae23cd Background Color

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

This div background color is #ae23cd


#ae23cd Border Color

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

This div border color is #ae23cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae23cd


Comments

No comments written yet.

Please login to write comment.