Color Hex Logo

#875faf Color Hex

#875FAF
(135,95,175)
0 Favorites   0 Comments

Color spaces of #875faf

RGB 13595175
HSL0.750.330.53
HSV270°46°69°
CMYK 0.230.460.00   0.31
XYZ21.821716.430542.5787
Yxy16.43050.27000.2033
Hunter Lab40.534625.1597-33.9058
CIE-Lab47.534332.3087-36.7120

#875faf color RGB value is (135,95,175).

#875faf hex color red value is 135, green value is 95 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #875faf hue: 0.75 , saturation: 0.33 and the lightness value of 875faf is 0.53.

The process color (four color CMYK) of #875faf color hex is 0.23, 0.46, 0.00, 0.31. Web safe color of #875faf is #996699. Color #875faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01011111 10101111
Octal 207 137 257
Decimal 135 95 175
Hex 87 5F AF

RGB Percentages of Color #875faf

%33.33
%23.46
%43.21

CMYK Percentages of Color #875faf

%23
%46
%0
%31

Triadic Colors of #875faf

#875faf #af875f #5faf87

Analogous Colors of #875faf

#875faf #af5faf #5f5faf

Monochromatic Colors of #875faf

#875faf

Complementary Color

#875faf #87af5f

#875faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#875faf Color CSS Codes

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

#875faf Text Font Color

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

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


#875faf Background Color

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

This div background color is #875faf


#875faf Border Color

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

This div border color is #875faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875faf


Comments

No comments written yet.

Please login to write comment.