Color Hex Logo

#ae36bc Color Hex

#AE36BC
(174,54,188)
0 Favorites   0 Comments

Color spaces of #ae36bc

RGB 17454188
HSL0.820.550.47
HSV294°71°74°
CMYK 0.070.710.00   0.26
XYZ27.851815.267849.0560
Yxy15.26780.30220.1656
Hunter Lab39.074058.8545-47.0846
CIE-Lab45.998864.8683-46.4285

#ae36bc color RGB value is (174,54,188).

#ae36bc hex color red value is 174, green value is 54 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ae36bc hue: 0.82 , saturation: 0.55 and the lightness value of ae36bc is 0.47.

The process color (four color CMYK) of #ae36bc color hex is 0.07, 0.71, 0.00, 0.26. Web safe color of #ae36bc is #9933cc. Color #ae36bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110110 10111100
Octal 256 66 274
Decimal 174 54 188
Hex AE 36 BC

RGB Percentages of Color #ae36bc

%41.83
%12.98
%45.19

CMYK Percentages of Color #ae36bc

%7
%71
%0
%26

Triadic Colors of #ae36bc

#ae36bc #bcae36 #36bcae

Analogous Colors of #ae36bc

#ae36bc #bc3687 #6b36bc

Monochromatic Colors of #ae36bc

#ae36bc

Complementary Color

#ae36bc #44bc36

#ae36bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae36bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae36bc Color CSS Codes

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

#ae36bc Text Font Color

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

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


#ae36bc Background Color

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

This div background color is #ae36bc


#ae36bc Border Color

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

This div border color is #ae36bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae36bc


Comments

No comments written yet.

Please login to write comment.