Color Hex Logo

#ae05bc Color Hex

#AE05BC
(174,5,188)
0 Favorites   0 Comments

Color spaces of #ae05bc

RGB 1745188
HSL0.820.950.38
HSV295°97°74°
CMYK 0.070.970.00   0.26
XYZ26.586912.738148.6344
Yxy12.73810.30230.1448
Hunter Lab35.690570.5116-55.8095
CIE-Lab42.365975.4216-52.2516

#ae05bc color RGB value is (174,5,188).

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

The process color (four color CMYK) of #ae05bc color hex is 0.07, 0.97, 0.00, 0.26. Web safe color of #ae05bc is #9900cc. Color #ae05bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000101 10111100
Octal 256 5 274
Decimal 174 5 188
Hex AE 5 BC

RGB Percentages of Color #ae05bc

%47.41
%1.36
%51.23

CMYK Percentages of Color #ae05bc

%7
%97
%0
%26

Triadic Colors of #ae05bc

#ae05bc #bcae05 #05bcae

Analogous Colors of #ae05bc

#ae05bc #bc056f #5305bc

Monochromatic Colors of #ae05bc

#ae05bc

Complementary Color

#ae05bc #13bc05

#ae05bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae05bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae05bc Color CSS Codes

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

#ae05bc Text Font Color

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

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


#ae05bc Background Color

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

This div background color is #ae05bc


#ae05bc Border Color

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

This div border color is #ae05bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae05bc


Comments

No comments written yet.

Please login to write comment.