Color Hex Logo

#ae25bc Color Hex

#AE25BC
(174,37,188)
0 Favorites   0 Comments

Color spaces of #ae25bc

RGB 17437188
HSL0.820.670.44
HSV294°80°74°
CMYK 0.070.800.00   0.26
XYZ27.194213.952648.8368
Yxy13.95260.30220.1551
Hunter Lab37.353264.5851-51.3705
CIE-Lab44.164970.1387-49.3618

#ae25bc color RGB value is (174,37,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100101 10111100
Octal 256 45 274
Decimal 174 37 188
Hex AE 25 BC

RGB Percentages of Color #ae25bc

%43.61
%9.27
%47.12

CMYK Percentages of Color #ae25bc

%7
%80
%0
%26

Triadic Colors of #ae25bc

#ae25bc #bcae25 #25bcae

Analogous Colors of #ae25bc

#ae25bc #bc257f #6225bc

Monochromatic Colors of #ae25bc

#ae25bc

Complementary Color

#ae25bc #33bc25

#ae25bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae25bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae25bc Color CSS Codes

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

#ae25bc Text Font Color

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

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


#ae25bc Background Color

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

This div background color is #ae25bc


#ae25bc Border Color

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

This div border color is #ae25bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae25bc


Comments

No comments written yet.

Please login to write comment.