Color Hex Logo

#ae068d Color Hex

#AE068D
(174,6,141)
0 Favorites   0 Comments

Color spaces of #ae068d

RGB 1746141
HSL0.870.930.35
HSV312°97°68°
CMYK 0.000.970.19   0.32
XYZ22.328411.052026.1557
Yxy11.05200.37500.1856
Hunter Lab33.244561.7099-23.3762
CIE-Lab39.667968.5672-28.3478

#ae068d color RGB value is (174,6,141).

#ae068d hex color red value is 174, green value is 6 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ae068d hue: 0.87 , saturation: 0.93 and the lightness value of ae068d is 0.35.

The process color (four color CMYK) of #ae068d color hex is 0.00, 0.97, 0.19, 0.32. Web safe color of #ae068d is #990099. Color #ae068d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000110 10001101
Octal 256 6 215
Decimal 174 6 141
Hex AE 6 8D

RGB Percentages of Color #ae068d

%54.21
%1.87
%43.93

CMYK Percentages of Color #ae068d

%0
%97
%19
%32

Triadic Colors of #ae068d

#ae068d #8dae06 #068dae

Analogous Colors of #ae068d

#ae068d #ae0639 #7b06ae

Monochromatic Colors of #ae068d

#ae068d

Complementary Color

#ae068d #06ae27

#ae068d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae068d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae068d Color CSS Codes

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

#ae068d Text Font Color

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

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


#ae068d Background Color

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

This div background color is #ae068d


#ae068d Border Color

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

This div border color is #ae068d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae068d


Comments

No comments written yet.

Please login to write comment.