Color Hex Logo

#872faf Color Hex

#872FAF
(135,47,175)
0 Favorites   0 Comments

Color spaces of #872faf

RGB 13547175
HSL0.780.580.44
HSV281°73°69°
CMYK 0.230.730.00   0.31
XYZ18.746110.279141.5535
Yxy10.27910.26560.1456
Hunter Lab32.061048.2622-54.4015
CIE-Lab38.338856.8267-51.3830

#872faf color RGB value is (135,47,175).

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

The process color (four color CMYK) of #872faf color hex is 0.23, 0.73, 0.00, 0.31. Web safe color of #872faf is #993399. Color #872faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101111 10101111
Octal 207 57 257
Decimal 135 47 175
Hex 87 2F AF

RGB Percentages of Color #872faf

%37.82
%13.17
%49.02

CMYK Percentages of Color #872faf

%23
%73
%0
%31

Triadic Colors of #872faf

#872faf #af872f #2faf87

Analogous Colors of #872faf

#872faf #af2f97 #472faf

Monochromatic Colors of #872faf

#872faf

Complementary Color

#872faf #57af2f

#872faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#872faf Color CSS Codes

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

#872faf Text Font Color

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

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


#872faf Background Color

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

This div background color is #872faf


#872faf Border Color

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

This div border color is #872faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872faf


Comments

No comments written yet.

Please login to write comment.