Color Hex Logo

#875083 Color Hex

#875083
(135,80,131)
0 Favorites   0 Comments

Color spaces of #875083

RGB 13580131
HSL0.850.260.42
HSV304°41°53°
CMYK 0.000.410.03   0.47
XYZ16.957112.526922.9969
Yxy12.52690.32310.2387
Hunter Lab35.393423.5817-13.7484
CIE-Lab42.041631.2966-19.0342

#875083 color RGB value is (135,80,131).

#875083 hex color red value is 135, green value is 80 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #875083 hue: 0.85 , saturation: 0.26 and the lightness value of 875083 is 0.42.

The process color (four color CMYK) of #875083 color hex is 0.00, 0.41, 0.03, 0.47. Web safe color of #875083 is #996699. Color #875083 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010000 10000011
Octal 207 120 203
Decimal 135 80 131
Hex 87 50 83

RGB Percentages of Color #875083

%39.02
%23.12
%37.86

CMYK Percentages of Color #875083

%0
%41
%3
%47

Triadic Colors of #875083

#875083 #838750 #508387

Analogous Colors of #875083

#875083 #875068 #705087

Monochromatic Colors of #875083

#875083

Complementary Color

#875083 #508754

#875083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#875083 Color CSS Codes

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

#875083 Text Font Color

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

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


#875083 Background Color

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

This div background color is #875083


#875083 Border Color

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

This div border color is #875083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875083


Comments

No comments written yet.

Please login to write comment.