Color Hex Logo

#ae67ec Color Hex

#AE67EC
(174,103,236)
0 Favorites   0 Comments

Color spaces of #ae67ec

RGB 174103236
HSL0.760.780.66
HSV272°56°93°
CMYK 0.260.560.00   0.07
XYZ37.446124.755382.1615
Yxy24.75530.25940.1715
Hunter Lab49.754747.2709-63.0792
CIE-Lab56.836252.5947-56.5019

#ae67ec color RGB value is (174,103,236).

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

The process color (four color CMYK) of #ae67ec color hex is 0.26, 0.56, 0.00, 0.07. Web safe color of #ae67ec is #9966ff. Color #ae67ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100111 11101100
Octal 256 147 354
Decimal 174 103 236
Hex AE 67 EC

RGB Percentages of Color #ae67ec

%33.92
%20.08
%46.00

CMYK Percentages of Color #ae67ec

%26
%56
%0
%7

Triadic Colors of #ae67ec

#ae67ec #ecae67 #67ecae

Analogous Colors of #ae67ec

#ae67ec #ec67e8 #6c67ec

Monochromatic Colors of #ae67ec

#ae67ec

Complementary Color

#ae67ec #a5ec67

#ae67ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae67ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae67ec Color CSS Codes

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

#ae67ec Text Font Color

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

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


#ae67ec Background Color

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

This div background color is #ae67ec


#ae67ec Border Color

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

This div border color is #ae67ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae67ec


Comments

No comments written yet.

Please login to write comment.