Color Hex Logo

#874058 Color Hex

#874058
(135,64,88)
0 Favorites   0 Comments

Color spaces of #874058

RGB 1356488
HSL0.940.360.39
HSV340°53°53°
CMYK 0.000.530.35   0.47
XYZ13.58659.522310.3544
Yxy9.52230.40600.2846
Hunter Lab30.858224.58951.7061
CIE-Lab36.971133.10910.0404

#874058 color RGB value is (135,64,88).

#874058 hex color red value is 135, green value is 64 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #874058 hue: 0.94 , saturation: 0.36 and the lightness value of 874058 is 0.39.

The process color (four color CMYK) of #874058 color hex is 0.00, 0.53, 0.35, 0.47. Web safe color of #874058 is #993366. Color #874058 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000000 01011000
Octal 207 100 130
Decimal 135 64 88
Hex 87 40 58

RGB Percentages of Color #874058

%47.04
%22.30
%30.66

CMYK Percentages of Color #874058

%0
%53
%35
%47

Triadic Colors of #874058

#874058 #588740 #405887

Analogous Colors of #874058

#874058 #874c40 #87407c

Monochromatic Colors of #874058

#874058

Complementary Color

#874058 #40876f

#874058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#874058 Color CSS Codes

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

#874058 Text Font Color

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

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


#874058 Background Color

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

This div background color is #874058


#874058 Border Color

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

This div border color is #874058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874058


Comments

No comments written yet.

Please login to write comment.