Color Hex Logo

#ae61cd Color Hex

#AE61CD
(174,97,205)
0 Favorites   0 Comments

Color spaces of #ae61cd

RGB 17497205
HSL0.790.520.59
HSV283°53°80°
CMYK 0.150.530.00   0.20
XYZ32.749721.955860.2694
Yxy21.95580.28480.1910
Hunter Lab46.857042.7589-43.4613
CIE-Lab53.980148.8926-43.5582

#ae61cd color RGB value is (174,97,205).

#ae61cd hex color red value is 174, green value is 97 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ae61cd hue: 0.79 , saturation: 0.52 and the lightness value of ae61cd is 0.59.

The process color (four color CMYK) of #ae61cd color hex is 0.15, 0.53, 0.00, 0.20. Web safe color of #ae61cd is #9966cc. Color #ae61cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100001 11001101
Octal 256 141 315
Decimal 174 97 205
Hex AE 61 CD

RGB Percentages of Color #ae61cd

%36.55
%20.38
%43.07

CMYK Percentages of Color #ae61cd

%15
%53
%0
%20

Triadic Colors of #ae61cd

#ae61cd #cdae61 #61cdae

Analogous Colors of #ae61cd

#ae61cd #cd61b6 #7861cd

Monochromatic Colors of #ae61cd

#ae61cd

Complementary Color

#ae61cd #80cd61

#ae61cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae61cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae61cd Color CSS Codes

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

#ae61cd Text Font Color

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

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


#ae61cd Background Color

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

This div background color is #ae61cd


#ae61cd Border Color

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

This div border color is #ae61cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae61cd


Comments

No comments written yet.

Please login to write comment.