Color Hex Logo

#88475d Color Hex

#88475D
(136,71,93)
0 Favorites   0 Comments

Color spaces of #88475d

RGB 1367193
HSL0.940.310.41
HSV340°48°53°
CMYK 0.000.480.32   0.47
XYZ14.382410.531011.6306
Yxy10.53100.39360.2882
Hunter Lab32.451522.32051.4665
CIE-Lab38.779130.3243-0.4485

#88475d color RGB value is (136,71,93).

#88475d hex color red value is 136, green value is 71 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #88475d hue: 0.94 , saturation: 0.31 and the lightness value of 88475d is 0.41.

The process color (four color CMYK) of #88475d color hex is 0.00, 0.48, 0.32, 0.47. Web safe color of #88475d is #993366. Color #88475d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01000111 01011101
Octal 210 107 135
Decimal 136 71 93
Hex 88 47 5D

RGB Percentages of Color #88475d

%45.33
%23.67
%31.00

CMYK Percentages of Color #88475d

%0
%48
%32
%47

Triadic Colors of #88475d

#88475d #5d8847 #475d88

Analogous Colors of #88475d

#88475d #885247 #88477e

Monochromatic Colors of #88475d

#88475d

Complementary Color

#88475d #478872

#88475d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88475d Color Preview on White Background

Lorem ipsum dolor sit amet.

#88475d Color CSS Codes

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

#88475d Text Font Color

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

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


#88475d Background Color

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

This div background color is #88475d


#88475d Border Color

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

This div border color is #88475d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,71,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88475d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88475d;
  -webkit-box-shadow: 1px 1px 3px 2px #88475d;
  box-shadow:         1px 1px 3px 2px #88475d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,71,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88475d


Comments

No comments written yet.

Please login to write comment.