Color Hex Logo

#ae85cf Color Hex

#AE85CF
(174,133,207)
0 Favorites   0 Comments

Color spaces of #ae85cf

RGB 174133207
HSL0.760.440.67
HSV273°36°81°
CMYK 0.160.360.00   0.19
XYZ37.105630.278762.9202
Yxy30.27870.28480.2324
Hunter Lab55.026124.0718-29.2776
CIE-Lab61.894029.6798-32.2867

#ae85cf color RGB value is (174,133,207).

#ae85cf hex color red value is 174, green value is 133 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ae85cf hue: 0.76 , saturation: 0.44 and the lightness value of ae85cf is 0.67.

The process color (four color CMYK) of #ae85cf color hex is 0.16, 0.36, 0.00, 0.19. Web safe color of #ae85cf is #9999cc. Color #ae85cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000101 11001111
Octal 256 205 317
Decimal 174 133 207
Hex AE 85 CF

RGB Percentages of Color #ae85cf

%33.85
%25.88
%40.27

CMYK Percentages of Color #ae85cf

%16
%36
%0
%19

Triadic Colors of #ae85cf

#ae85cf #cfae85 #85cfae

Analogous Colors of #ae85cf

#ae85cf #cf85cb #8985cf

Monochromatic Colors of #ae85cf

#ae85cf

Complementary Color

#ae85cf #a6cf85

#ae85cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae85cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae85cf Color CSS Codes

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

#ae85cf Text Font Color

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

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


#ae85cf Background Color

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

This div background color is #ae85cf


#ae85cf Border Color

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

This div border color is #ae85cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae85cf


Comments

No comments written yet.

Please login to write comment.