color codes Logo

#ae37ec color codes

#AE37EC
(174,55,236)
0 Favorites   0 Comments

Color spaces of #ae37ec

RGB 17455236
HSL0.780.830.57
HSV279°77°93°
CMYK 0.260.770.00   0.07
XYZ33.962117.787281.0001
Yxy17.78720.25580.1340
Hunter Lab42.174969.9344-84.3486
CIE-Lab49.237073.6103-68.7420

#ae37ec color RGB value is (174,55,236).

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

The process color (four color CMYK) of #ae37ec color code is 0.26, 0.77, 0.00, 0.07. Web safe color of #ae37ec is #9933ff. Color #ae37ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110111 11101100
Octal 256 67 354
Decimal 174 55 236
Hex AE 37 EC

RGB Percentages of Color #ae37ec

%37.42
%11.83
%50.75

CMYK Percentages of Color #ae37ec

%26
%77
%0
%7

Triadic Colors of #ae37ec

#ae37ec #ecae37 #37ecae

Analogous Colors of #ae37ec

#ae37ec #ec37d0 #5437ec

Monochromatic Colors of #ae37ec

#ae37ec

Complementary Color

#ae37ec #75ec37

#ae37ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae37ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae37ec Color CSS Codes

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

#ae37ec Text Font Color

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

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


#ae37ec Background Color

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

This div background color is #ae37ec


#ae37ec Border Color

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

This div border color is #ae37ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae37ec


Comments

No comments written yet.

Please login to write comment.