Color Hex Logo

#872fae Color Hex

#872FAE
(135,47,174)
0 Favorites   0 Comments

Color spaces of #872fae

RGB 13547174
HSL0.780.570.43
HSV282°73°68°
CMYK 0.220.730.00   0.32
XYZ18.648210.239941.0380
Yxy10.23990.26670.1464
Hunter Lab31.999848.0228-53.6362
CIE-Lab38.269656.6173-50.8999

#872fae color RGB value is (135,47,174).

#872fae hex color red value is 135, green value is 47 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #872fae hue: 0.78 , saturation: 0.57 and the lightness value of 872fae is 0.43.

The process color (four color CMYK) of #872fae color hex is 0.22, 0.73, 0.00, 0.32. Web safe color of #872fae is #993399. Color #872fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101111 10101110
Octal 207 57 256
Decimal 135 47 174
Hex 87 2F AE

RGB Percentages of Color #872fae

%37.92
%13.20
%48.88

CMYK Percentages of Color #872fae

%22
%73
%0
%32

Triadic Colors of #872fae

#872fae #ae872f #2fae87

Analogous Colors of #872fae

#872fae #ae2f96 #482fae

Monochromatic Colors of #872fae

#872fae

Complementary Color

#872fae #56ae2f

#872fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#872fae Color CSS Codes

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

#872fae Text Font Color

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

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


#872fae Background Color

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

This div background color is #872fae


#872fae Border Color

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

This div border color is #872fae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,47,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 #872fae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872fae


Comments

No comments written yet.

Please login to write comment.