Color Hex Logo

#ae43be Color Hex

#AE43BE
(174,67,190)
0 Favorites   0 Comments

Color spaces of #ae43be

RGB 17467190
HSL0.810.490.50
HSV292°65°75°
CMYK 0.080.650.00   0.25
XYZ28.757016.730750.4289
Yxy16.73070.29980.1744
Hunter Lab40.903253.9140-44.4655
CIE-Lab47.918960.1517-44.5352

#ae43be color RGB value is (174,67,190).

#ae43be hex color red value is 174, green value is 67 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ae43be hue: 0.81 , saturation: 0.49 and the lightness value of ae43be is 0.50.

The process color (four color CMYK) of #ae43be color hex is 0.08, 0.65, 0.00, 0.25. Web safe color of #ae43be is #9933cc. Color #ae43be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000011 10111110
Octal 256 103 276
Decimal 174 67 190
Hex AE 43 BE

RGB Percentages of Color #ae43be

%40.37
%15.55
%44.08

CMYK Percentages of Color #ae43be

%8
%65
%0
%25

Triadic Colors of #ae43be

#ae43be #beae43 #43beae

Analogous Colors of #ae43be

#ae43be #be4391 #7143be

Monochromatic Colors of #ae43be

#ae43be

Complementary Color

#ae43be #53be43

#ae43be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae43be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae43be Color CSS Codes

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

#ae43be Text Font Color

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

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


#ae43be Background Color

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

This div background color is #ae43be


#ae43be Border Color

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

This div border color is #ae43be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae43be


Comments

No comments written yet.

Please login to write comment.