color codes Logo

#ae24b8 color codes

#AE24B8
(174,36,184)
0 Favorites   0 Comments

Color spaces of #ae24b8

RGB 17436184
HSL0.820.670.43
HSV296°80°72°
CMYK 0.050.800.00   0.28
XYZ26.738213.721146.5866
Yxy13.72110.30720.1576
Hunter Lab37.042064.0240-48.6378
CIE-Lab43.830369.7290-47.5503

#ae24b8 color RGB value is (174,36,184).

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

The process color (four color CMYK) of #ae24b8 color code is 0.05, 0.80, 0.00, 0.28. Web safe color of #ae24b8 is #9933cc. Color #ae24b8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100100 10111000
Octal 256 44 270
Decimal 174 36 184
Hex AE 24 B8

RGB Percentages of Color #ae24b8

%44.16
%9.14
%46.70

CMYK Percentages of Color #ae24b8

%5
%80
%0
%28

Triadic Colors of #ae24b8

#ae24b8 #b8ae24 #24b8ae

Analogous Colors of #ae24b8

#ae24b8 #b82478 #6424b8

Monochromatic Colors of #ae24b8

#ae24b8

Complementary Color

#ae24b8 #2eb824

#ae24b8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae24b8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae24b8 Color CSS Codes

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

#ae24b8 Text Font Color

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

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


#ae24b8 Background Color

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

This div background color is #ae24b8


#ae24b8 Border Color

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

This div border color is #ae24b8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae24b8


Comments

No comments written yet.

Please login to write comment.