Color Hex Logo

#875898 Color Hex

#875898
(135,88,152)
0 Favorites   0 Comments

Color spaces of #875898

RGB 13588152
HSL0.790.270.47
HSV284°42°60°
CMYK 0.110.420.00   0.40
XYZ19.148914.397331.4755
Yxy14.39730.29450.2214
Hunter Lab37.943823.6811-22.6222
CIE-Lab44.797431.0575-27.4183

#875898 color RGB value is (135,88,152).

#875898 hex color red value is 135, green value is 88 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #875898 hue: 0.79 , saturation: 0.27 and the lightness value of 875898 is 0.47.

The process color (four color CMYK) of #875898 color hex is 0.11, 0.42, 0.00, 0.40. Web safe color of #875898 is #996699. Color #875898 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01011000 10011000
Octal 207 130 230
Decimal 135 88 152
Hex 87 58 98

RGB Percentages of Color #875898

%36.00
%23.47
%40.53

CMYK Percentages of Color #875898

%11
%42
%0
%40

Triadic Colors of #875898

#875898 #988758 #589887

Analogous Colors of #875898

#875898 #985889 #675898

Monochromatic Colors of #875898

#875898

Complementary Color

#875898 #699858

#875898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#875898 Color CSS Codes

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

#875898 Text Font Color

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

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


#875898 Background Color

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

This div background color is #875898


#875898 Border Color

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

This div border color is #875898


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,88,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #875898; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #875898;
  -webkit-box-shadow: 1px 1px 3px 2px #875898;
  box-shadow:         1px 1px 3px 2px #875898; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875898


Comments

No comments written yet.

Please login to write comment.