Color Hex Logo

#ae4bbe Color Hex

#AE4BBE
(174,75,190)
0 Favorites   0 Comments

Color spaces of #ae4bbe

RGB 17475190
HSL0.810.470.52
HSV292°61°75°
CMYK 0.080.610.00   0.25
XYZ29.265917.748550.5985
Yxy17.74850.29980.1818
Hunter Lab42.129050.2736-41.7193
CIE-Lab49.189656.6429-42.5176

#ae4bbe color RGB value is (174,75,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001011 10111110
Octal 256 113 276
Decimal 174 75 190
Hex AE 4B BE

RGB Percentages of Color #ae4bbe

%39.64
%17.08
%43.28

CMYK Percentages of Color #ae4bbe

%8
%61
%0
%25

Triadic Colors of #ae4bbe

#ae4bbe #beae4b #4bbeae

Analogous Colors of #ae4bbe

#ae4bbe #be4b95 #754bbe

Monochromatic Colors of #ae4bbe

#ae4bbe

Complementary Color

#ae4bbe #5bbe4b

#ae4bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4bbe Color CSS Codes

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

#ae4bbe Text Font Color

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

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


#ae4bbe Background Color

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

This div background color is #ae4bbe


#ae4bbe Border Color

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

This div border color is #ae4bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4bbe


Comments

No comments written yet.

Please login to write comment.