Color Hex Logo

#ae3bdc Color Hex

#AE3BDC
(174,59,220)
0 Favorites   0 Comments

Color spaces of #ae3bdc

RGB 17459220
HSL0.790.700.55
HSV283°73°86°
CMYK 0.210.730.00   0.14
XYZ31.937817.293969.3649
Yxy17.29390.26930.1458
Hunter Lab41.585964.3118-69.7849
CIE-Lab48.628269.0400-60.6624

#ae3bdc color RGB value is (174,59,220).

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

The process color (four color CMYK) of #ae3bdc color hex is 0.21, 0.73, 0.00, 0.14. Web safe color of #ae3bdc is #9933cc. Color #ae3bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111011 11011100
Octal 256 73 334
Decimal 174 59 220
Hex AE 3B DC

RGB Percentages of Color #ae3bdc

%38.41
%13.02
%48.57

CMYK Percentages of Color #ae3bdc

%21
%73
%0
%14

Triadic Colors of #ae3bdc

#ae3bdc #dcae3b #3bdcae

Analogous Colors of #ae3bdc

#ae3bdc #dc3bba #5e3bdc

Monochromatic Colors of #ae3bdc

#ae3bdc

Complementary Color

#ae3bdc #69dc3b

#ae3bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3bdc Color CSS Codes

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

#ae3bdc Text Font Color

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

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


#ae3bdc Background Color

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

This div background color is #ae3bdc


#ae3bdc Border Color

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

This div border color is #ae3bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3bdc


Comments

No comments written yet.

Please login to write comment.