color codes Logo

#ae27ed color codes

#AE27ED
(174,39,237)
0 Favorites   0 Comments

Color spaces of #ae27ed

RGB 17439237
HSL0.780.850.54
HSV281°84°93°
CMYK 0.270.840.00   0.07
XYZ33.467116.564181.5540
Yxy16.56410.25430.1259
Hunter Lab40.699075.5586-90.3179
CIE-Lab47.706078.4770-71.7937

#ae27ed color RGB value is (174,39,237).

#ae27ed hex color red value is 174, green value is 39 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ae27ed hue: 0.78 , saturation: 0.85 and the lightness value of ae27ed is 0.54.

The process color (four color CMYK) of #ae27ed color code is 0.27, 0.84, 0.00, 0.07. Web safe color of #ae27ed is #9933ff. Color #ae27ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100111 11101101
Octal 256 47 355
Decimal 174 39 237
Hex AE 27 ED

RGB Percentages of Color #ae27ed

%38.67
%8.67
%52.67

CMYK Percentages of Color #ae27ed

%27
%84
%0
%7

Triadic Colors of #ae27ed

#ae27ed #edae27 #27edae

Analogous Colors of #ae27ed

#ae27ed #ed27c9 #4b27ed

Monochromatic Colors of #ae27ed

#ae27ed

Complementary Color

#ae27ed #66ed27

#ae27ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae27ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae27ed Color CSS Codes

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

#ae27ed Text Font Color

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

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


#ae27ed Background Color

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

This div background color is #ae27ed


#ae27ed Border Color

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

This div border color is #ae27ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae27ed


Comments

No comments written yet.

Please login to write comment.