color codes Logo

#ae67eb color codes

#AE67EB
(174,103,235)
0 Favorites   0 Comments

Color spaces of #ae67eb

RGB 174103235
HSL0.760.770.66
HSV272°56°92°
CMYK 0.260.560.00   0.08
XYZ37.301224.697381.3983
Yxy24.69730.26010.1722
Hunter Lab49.696447.0102-62.3243
CIE-Lab56.779352.3667-56.0345

#ae67eb color RGB value is (174,103,235).

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

The process color (four color CMYK) of #ae67eb color code is 0.26, 0.56, 0.00, 0.08. Web safe color of #ae67eb is #9966ff. Color #ae67eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100111 11101011
Octal 256 147 353
Decimal 174 103 235
Hex AE 67 EB

RGB Percentages of Color #ae67eb

%33.98
%20.12
%45.90

CMYK Percentages of Color #ae67eb

%26
%56
%0
%8

Triadic Colors of #ae67eb

#ae67eb #ebae67 #67ebae

Analogous Colors of #ae67eb

#ae67eb #eb67e6 #6c67eb

Monochromatic Colors of #ae67eb

#ae67eb

Complementary Color

#ae67eb #a4eb67

#ae67eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae67eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae67eb Color CSS Codes

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

#ae67eb Text Font Color

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

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


#ae67eb Background Color

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

This div background color is #ae67eb


#ae67eb Border Color

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

This div border color is #ae67eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae67eb


Comments

No comments written yet.

Please login to write comment.