Color Hex Logo

#ae33bf Color Hex

#AE33BF
(174,51,191)
0 Favorites   0 Comments

Color spaces of #ae33bf

RGB 17451191
HSL0.810.580.47
HSV293°73°75°
CMYK 0.090.730.00   0.25
XYZ28.043415.127950.7321
Yxy15.12790.29860.1611
Hunter Lab38.894660.6347-50.1086
CIE-Lab45.808966.4469-48.4827

#ae33bf color RGB value is (174,51,191).

#ae33bf hex color red value is 174, green value is 51 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ae33bf hue: 0.81 , saturation: 0.58 and the lightness value of ae33bf is 0.47.

The process color (four color CMYK) of #ae33bf color hex is 0.09, 0.73, 0.00, 0.25. Web safe color of #ae33bf is #9933cc. Color #ae33bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110011 10111111
Octal 256 63 277
Decimal 174 51 191
Hex AE 33 BF

RGB Percentages of Color #ae33bf

%41.83
%12.26
%45.91

CMYK Percentages of Color #ae33bf

%9
%73
%0
%25

Triadic Colors of #ae33bf

#ae33bf #bfae33 #33bfae

Analogous Colors of #ae33bf

#ae33bf #bf338a #6833bf

Monochromatic Colors of #ae33bf

#ae33bf

Complementary Color

#ae33bf #44bf33

#ae33bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae33bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae33bf Color CSS Codes

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

#ae33bf Text Font Color

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

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


#ae33bf Background Color

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

This div background color is #ae33bf


#ae33bf Border Color

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

This div border color is #ae33bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae33bf


Comments

No comments written yet.

Please login to write comment.