Color Hex Logo

#ae3cbe Color Hex

#AE3CBE
(174,60,190)
0 Favorites   0 Comments

Color spaces of #ae3cbe

RGB 17460190
HSL0.810.520.49
HSV293°68°75°
CMYK 0.080.680.00   0.25
XYZ28.365715.948150.2985
Yxy15.94810.29980.1686
Hunter Lab39.935156.9014-46.7216
CIE-Lab46.906362.9868-46.1475

#ae3cbe color RGB value is (174,60,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111100 10111110
Octal 256 74 276
Decimal 174 60 190
Hex AE 3C BE

RGB Percentages of Color #ae3cbe

%41.04
%14.15
%44.81

CMYK Percentages of Color #ae3cbe

%8
%68
%0
%25

Triadic Colors of #ae3cbe

#ae3cbe #beae3c #3cbeae

Analogous Colors of #ae3cbe

#ae3cbe #be3c8d #6d3cbe

Monochromatic Colors of #ae3cbe

#ae3cbe

Complementary Color

#ae3cbe #4cbe3c

#ae3cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3cbe Color CSS Codes

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

#ae3cbe Text Font Color

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

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


#ae3cbe Background Color

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

This div background color is #ae3cbe


#ae3cbe Border Color

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

This div border color is #ae3cbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,60,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 #ae3cbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3cbe


Comments

No comments written yet.

Please login to write comment.