Color Hex Logo

#ae5fbd Color Hex

#AE5FBD
(174,95,189)
0 Favorites   0 Comments

Color spaces of #ae5fbd

RGB 17495189
HSL0.810.420.56
HSV290°50°74°
CMYK 0.080.500.00   0.26
XYZ30.733120.857250.5501
Yxy20.85720.30090.2042
Hunter Lab45.669740.1984-33.6572
CIE-Lab52.792946.6623-36.2557

#ae5fbd color RGB value is (174,95,189).

#ae5fbd hex color red value is 174, green value is 95 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ae5fbd hue: 0.81 , saturation: 0.42 and the lightness value of ae5fbd is 0.56.

The process color (four color CMYK) of #ae5fbd color hex is 0.08, 0.50, 0.00, 0.26. Web safe color of #ae5fbd is #9966cc. Color #ae5fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011111 10111101
Octal 256 137 275
Decimal 174 95 189
Hex AE 5F BD

RGB Percentages of Color #ae5fbd

%37.99
%20.74
%41.27

CMYK Percentages of Color #ae5fbd

%8
%50
%0
%26

Triadic Colors of #ae5fbd

#ae5fbd #bdae5f #5fbdae

Analogous Colors of #ae5fbd

#ae5fbd #bd5f9d #7f5fbd

Monochromatic Colors of #ae5fbd

#ae5fbd

Complementary Color

#ae5fbd #6ebd5f

#ae5fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae5fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae5fbd Color CSS Codes

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

#ae5fbd Text Font Color

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

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


#ae5fbd Background Color

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

This div background color is #ae5fbd


#ae5fbd Border Color

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

This div border color is #ae5fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae5fbd


Comments

No comments written yet.

Please login to write comment.