Color Hex Logo

#ae30ec Color Hex

#AE30EC
(174,48,236)
0 Favorites   0 Comments

Color spaces of #ae30ec

RGB 17448236
HSL0.780.830.56
HSV280°80°93°
CMYK 0.260.800.00   0.07
XYZ33.652817.168780.8971
Yxy17.16870.25550.1303
Hunter Lab41.435172.4627-86.7520
CIE-Lab48.471975.8277-69.9843

#ae30ec color RGB value is (174,48,236).

#ae30ec hex color red value is 174, green value is 48 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ae30ec hue: 0.78 , saturation: 0.83 and the lightness value of ae30ec is 0.56.

The process color (four color CMYK) of #ae30ec color hex is 0.26, 0.80, 0.00, 0.07. Web safe color of #ae30ec is #9933ff. Color #ae30ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110000 11101100
Octal 256 60 354
Decimal 174 48 236
Hex AE 30 EC

RGB Percentages of Color #ae30ec

%37.99
%10.48
%51.53

CMYK Percentages of Color #ae30ec

%26
%80
%0
%7

Triadic Colors of #ae30ec

#ae30ec #ecae30 #30ecae

Analogous Colors of #ae30ec

#ae30ec #ec30cc #5030ec

Monochromatic Colors of #ae30ec

#ae30ec

Complementary Color

#ae30ec #6eec30

#ae30ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae30ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae30ec Color CSS Codes

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

#ae30ec Text Font Color

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

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


#ae30ec Background Color

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

This div background color is #ae30ec


#ae30ec Border Color

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

This div border color is #ae30ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae30ec


Comments

No comments written yet.

Please login to write comment.