Color Hex Logo

#ae43bf Color Hex

#AE43BF
(174,67,191)
0 Favorites   0 Comments

Color spaces of #ae43bf

RGB 17467191
HSL0.810.490.51
HSV292°65°75°
CMYK 0.090.650.00   0.25
XYZ28.866716.774651.0066
Yxy16.77460.29870.1736
Hunter Lab40.956854.1339-45.1685
CIE-Lab47.974860.3372-45.0275

#ae43bf color RGB value is (174,67,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000011 10111111
Octal 256 103 277
Decimal 174 67 191
Hex AE 43 BF

RGB Percentages of Color #ae43bf

%40.28
%15.51
%44.21

CMYK Percentages of Color #ae43bf

%9
%65
%0
%25

Triadic Colors of #ae43bf

#ae43bf #bfae43 #43bfae

Analogous Colors of #ae43bf

#ae43bf #bf4392 #7043bf

Monochromatic Colors of #ae43bf

#ae43bf

Complementary Color

#ae43bf #54bf43

#ae43bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae43bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae43bf Color CSS Codes

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

#ae43bf Text Font Color

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

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


#ae43bf Background Color

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

This div background color is #ae43bf


#ae43bf Border Color

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

This div border color is #ae43bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae43bf


Comments

No comments written yet.

Please login to write comment.