color codes Logo

#ae31bf color codes

#AE31BF
(174,49,191)
0 Favorites   0 Comments

Color spaces of #ae31bf

RGB 17449191
HSL0.810.590.47
HSV293°74°75°
CMYK 0.090.740.00   0.25
XYZ27.957814.956950.7036
Yxy14.95690.29860.1598
Hunter Lab38.674261.3591-50.6600
CIE-Lab45.575167.1155-48.8567

#ae31bf color RGB value is (174,49,191).

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

The process color (four color CMYK) of #ae31bf color code is 0.09, 0.74, 0.00, 0.25. Web safe color of #ae31bf is #9933cc. Color #ae31bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110001 10111111
Octal 256 61 277
Decimal 174 49 191
Hex AE 31 BF

RGB Percentages of Color #ae31bf

%42.03
%11.84
%46.14

CMYK Percentages of Color #ae31bf

%9
%74
%0
%25

Triadic Colors of #ae31bf

#ae31bf #bfae31 #31bfae

Analogous Colors of #ae31bf

#ae31bf #bf3189 #6731bf

Monochromatic Colors of #ae31bf

#ae31bf

Complementary Color

#ae31bf #42bf31

#ae31bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae31bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae31bf Color CSS Codes

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

#ae31bf Text Font Color

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

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


#ae31bf Background Color

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

This div background color is #ae31bf


#ae31bf Border Color

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

This div border color is #ae31bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae31bf


Comments

No comments written yet.

Please login to write comment.