Color Hex Logo

#ae0367 Color Hex

#AE0367
(174,3,103)
0 Favorites   0 Comments

Color spaces of #ae0367

RGB 1743103
HSL0.900.970.35
HSV325°98°68°
CMYK 0.000.980.41   0.32
XYZ19.936310.043113.7197
Yxy10.04310.45620.2298
Hunter Lab31.690956.8330-3.4844
CIE-Lab37.919764.6667-7.3021

#ae0367 color RGB value is (174,3,103).

#ae0367 hex color red value is 174, green value is 3 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #ae0367 hue: 0.90 , saturation: 0.97 and the lightness value of ae0367 is 0.35.

The process color (four color CMYK) of #ae0367 color hex is 0.00, 0.98, 0.41, 0.32. Web safe color of #ae0367 is #990066. Color #ae0367 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000011 01100111
Octal 256 3 147
Decimal 174 3 103
Hex AE 3 67

RGB Percentages of Color #ae0367

%62.14
%1.07
%36.79

CMYK Percentages of Color #ae0367

%0
%98
%41
%32

Triadic Colors of #ae0367

#ae0367 #67ae03 #0367ae

Analogous Colors of #ae0367

#ae0367 #ae0311 #a003ae

Monochromatic Colors of #ae0367

#ae0367

Complementary Color

#ae0367 #03ae4a

#ae0367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0367 Color CSS Codes

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

#ae0367 Text Font Color

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

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


#ae0367 Background Color

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

This div background color is #ae0367


#ae0367 Border Color

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

This div border color is #ae0367


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0367


Comments

No comments written yet.

Please login to write comment.