Color Hex Logo

#ae74d1 Color Hex

#AE74D1
(174,116,209)
0 Favorites   0 Comments

Color spaces of #ae74d1

RGB 174116209
HSL0.770.500.64
HSV277°44°82°
CMYK 0.170.440.00   0.18
XYZ35.209626.092963.5023
Yxy26.09290.28210.2091
Hunter Lab51.081233.6456-37.9503
CIE-Lab58.125139.5914-39.2968

#ae74d1 color RGB value is (174,116,209).

#ae74d1 hex color red value is 174, green value is 116 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #ae74d1 hue: 0.77 , saturation: 0.50 and the lightness value of ae74d1 is 0.64.

The process color (four color CMYK) of #ae74d1 color hex is 0.17, 0.44, 0.00, 0.18. Web safe color of #ae74d1 is #9966cc. Color #ae74d1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110100 11010001
Octal 256 164 321
Decimal 174 116 209
Hex AE 74 D1

RGB Percentages of Color #ae74d1

%34.87
%23.25
%41.88

CMYK Percentages of Color #ae74d1

%17
%44
%0
%18

Triadic Colors of #ae74d1

#ae74d1 #d1ae74 #74d1ae

Analogous Colors of #ae74d1

#ae74d1 #d174c6 #8074d1

Monochromatic Colors of #ae74d1

#ae74d1

Complementary Color

#ae74d1 #97d174

#ae74d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae74d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae74d1 Color CSS Codes

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

#ae74d1 Text Font Color

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

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


#ae74d1 Background Color

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

This div background color is #ae74d1


#ae74d1 Border Color

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

This div border color is #ae74d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae74d1


Comments

No comments written yet.

Please login to write comment.