Color Hex Logo

#ae27fb Color Hex

#AE27FB
(174,39,251)
0 Favorites   0 Comments

Color spaces of #ae27fb

RGB 17439251
HSL0.770.960.57
HSV278°84°98°
CMYK 0.310.840.00   0.02
XYZ35.593717.414792.7522
Yxy17.41470.24420.1195
Hunter Lab41.730979.2195-102.5678
CIE-Lab48.778481.1802-77.9043

#ae27fb color RGB value is (174,39,251).

#ae27fb hex color red value is 174, green value is 39 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ae27fb hue: 0.77 , saturation: 0.96 and the lightness value of ae27fb is 0.57.

The process color (four color CMYK) of #ae27fb color hex is 0.31, 0.84, 0.00, 0.02. Web safe color of #ae27fb is #9933ff. Color #ae27fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100111 11111011
Octal 256 47 373
Decimal 174 39 251
Hex AE 27 FB

RGB Percentages of Color #ae27fb

%37.50
%8.41
%54.09

CMYK Percentages of Color #ae27fb

%31
%84
%0
%2

Triadic Colors of #ae27fb

#ae27fb #fbae27 #27fbae

Analogous Colors of #ae27fb

#ae27fb #fb27de #4427fb

Monochromatic Colors of #ae27fb

#ae27fb

Complementary Color

#ae27fb #74fb27

#ae27fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae27fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae27fb Color CSS Codes

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

#ae27fb Text Font Color

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

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


#ae27fb Background Color

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

This div background color is #ae27fb


#ae27fb Border Color

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

This div border color is #ae27fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae27fb

Related Colors


Comments

No comments written yet.

Please login to write comment.