Color Hex Logo

#875aae Color Hex

#875AAE
(135,90,174)
0 Favorites   0 Comments

Color spaces of #875aae

RGB 13590174
HSL0.760.340.52
HSV272°48°68°
CMYK 0.220.480.00   0.32
XYZ21.287815.519241.9179
Yxy15.51920.27040.1971
Hunter Lab39.394427.5169-35.5118
CIE-Lab46.337334.9508-38.0153

#875aae color RGB value is (135,90,174).

#875aae hex color red value is 135, green value is 90 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #875aae hue: 0.76 , saturation: 0.34 and the lightness value of 875aae is 0.52.

The process color (four color CMYK) of #875aae color hex is 0.22, 0.48, 0.00, 0.32. Web safe color of #875aae is #996699. Color #875aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01011010 10101110
Octal 207 132 256
Decimal 135 90 174
Hex 87 5A AE

RGB Percentages of Color #875aae

%33.83
%22.56
%43.61

CMYK Percentages of Color #875aae

%22
%48
%0
%32

Triadic Colors of #875aae

#875aae #ae875a #5aae87

Analogous Colors of #875aae

#875aae #ae5aab #5d5aae

Monochromatic Colors of #875aae

#875aae

Complementary Color

#875aae #81ae5a

#875aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#875aae Color CSS Codes

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

#875aae Text Font Color

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

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


#875aae Background Color

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

This div background color is #875aae


#875aae Border Color

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

This div border color is #875aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875aae


Comments

No comments written yet.

Please login to write comment.