Color Hex Logo

#ae31be Color Hex

#AE31BE
(174,49,190)
0 Favorites   0 Comments

Color spaces of #ae31be

RGB 17449190
HSL0.810.590.47
HSV293°74°75°
CMYK 0.080.740.00   0.25
XYZ27.848114.913050.1259
Yxy14.91300.29980.1605
Hunter Lab38.617461.1412-49.9272
CIE-Lab45.514866.9399-48.3696

#ae31be color RGB value is (174,49,190).

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

The process color (four color CMYK) of #ae31be color hex is 0.08, 0.74, 0.00, 0.25. Web safe color of #ae31be is #9933cc. Color #ae31be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110001 10111110
Octal 256 61 276
Decimal 174 49 190
Hex AE 31 BE

RGB Percentages of Color #ae31be

%42.13
%11.86
%46.00

CMYK Percentages of Color #ae31be

%8
%74
%0
%25

Triadic Colors of #ae31be

#ae31be #beae31 #31beae

Analogous Colors of #ae31be

#ae31be #be3188 #6831be

Monochromatic Colors of #ae31be

#ae31be

Complementary Color

#ae31be #41be31

#ae31be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae31be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae31be Color CSS Codes

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

#ae31be Text Font Color

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

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


#ae31be Background Color

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

This div background color is #ae31be


#ae31be Border Color

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

This div border color is #ae31be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae31be


Comments

No comments written yet.

Please login to write comment.