color codes Logo

#ae2fbe color codes

#AE2FBE
(174,47,190)
0 Favorites   0 Comments

Color spaces of #ae2fbe

RGB 17447190
HSL0.810.600.46
HSV293°75°75°
CMYK 0.080.750.00   0.25
XYZ27.766314.749450.0987
Yxy14.74940.29980.1593
Hunter Lab38.404961.8446-50.4595
CIE-Lab45.289067.5876-48.7310

#ae2fbe color RGB value is (174,47,190).

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

The process color (four color CMYK) of #ae2fbe color code is 0.08, 0.75, 0.00, 0.25. Web safe color of #ae2fbe is #9933cc. Color #ae2fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101111 10111110
Octal 256 57 276
Decimal 174 47 190
Hex AE 2F BE

RGB Percentages of Color #ae2fbe

%42.34
%11.44
%46.23

CMYK Percentages of Color #ae2fbe

%8
%75
%0
%25

Triadic Colors of #ae2fbe

#ae2fbe #beae2f #2fbeae

Analogous Colors of #ae2fbe

#ae2fbe #be2f87 #672fbe

Monochromatic Colors of #ae2fbe

#ae2fbe

Complementary Color

#ae2fbe #3fbe2f

#ae2fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2fbe Color CSS Codes

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

#ae2fbe Text Font Color

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

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


#ae2fbe Background Color

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

This div background color is #ae2fbe


#ae2fbe Border Color

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

This div border color is #ae2fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2fbe


Comments

No comments written yet.

Please login to write comment.