Color Hex Logo

#ae2fbc Color Hex

#AE2FBC
(174,47,188)
0 Favorites   0 Comments

Color spaces of #ae2fbc

RGB 17447188
HSL0.820.600.46
HSV294°75°74°
CMYK 0.070.750.00   0.26
XYZ27.549214.662548.9551
Yxy14.66250.30220.1608
Hunter Lab38.291661.4127-48.9969
CIE-Lab45.168467.2405-47.7550

#ae2fbc color RGB value is (174,47,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101111 10111100
Octal 256 57 274
Decimal 174 47 188
Hex AE 2F BC

RGB Percentages of Color #ae2fbc

%42.54
%11.49
%45.97

CMYK Percentages of Color #ae2fbc

%7
%75
%0
%26

Triadic Colors of #ae2fbc

#ae2fbc #bcae2f #2fbcae

Analogous Colors of #ae2fbc

#ae2fbc #bc2f84 #682fbc

Monochromatic Colors of #ae2fbc

#ae2fbc

Complementary Color

#ae2fbc #3dbc2f

#ae2fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2fbc Color CSS Codes

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

#ae2fbc Text Font Color

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

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


#ae2fbc Background Color

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

This div background color is #ae2fbc


#ae2fbc Border Color

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

This div border color is #ae2fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2fbc


Comments

No comments written yet.

Please login to write comment.