Color Hex Logo

#ae2bda Color Hex

#AE2BDA
(174,43,218)
0 Favorites   0 Comments

Color spaces of #ae2bda

RGB 17443218
HSL0.790.700.51
HSV285°80°85°
CMYK 0.200.800.00   0.15
XYZ30.974315.788467.7446
Yxy15.78840.27050.1379
Hunter Lab39.734669.6104-73.2708
CIE-Lab46.695673.8388-62.6439

#ae2bda color RGB value is (174,43,218).

#ae2bda hex color red value is 174, green value is 43 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ae2bda hue: 0.79 , saturation: 0.70 and the lightness value of ae2bda is 0.51.

The process color (four color CMYK) of #ae2bda color hex is 0.20, 0.80, 0.00, 0.15. Web safe color of #ae2bda is #9933cc. Color #ae2bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101011 11011010
Octal 256 53 332
Decimal 174 43 218
Hex AE 2B DA

RGB Percentages of Color #ae2bda

%40.00
%9.89
%50.11

CMYK Percentages of Color #ae2bda

%20
%80
%0
%15

Triadic Colors of #ae2bda

#ae2bda #daae2b #2bdaae

Analogous Colors of #ae2bda

#ae2bda #da2baf #562bda

Monochromatic Colors of #ae2bda

#ae2bda

Complementary Color

#ae2bda #57da2b

#ae2bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2bda Color CSS Codes

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

#ae2bda Text Font Color

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

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


#ae2bda Background Color

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

This div background color is #ae2bda


#ae2bda Border Color

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

This div border color is #ae2bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2bda


Comments

No comments written yet.

Please login to write comment.