Color Hex Logo

#88627a Color Hex

#88627A
(136,98,122)
0 Favorites   0 Comments

Color spaces of #88627a

RGB 13698122
HSL0.890.160.46
HSV322°28°53°
CMYK 0.000.280.10   0.47
XYZ18.033915.374720.4295
Yxy15.37470.33500.2856
Hunter Lab39.210613.4780-3.4439
CIE-Lab46.143219.4534-7.3540

#88627a color RGB value is (136,98,122).

#88627a hex color red value is 136, green value is 98 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #88627a hue: 0.89 , saturation: 0.16 and the lightness value of 88627a is 0.46.

The process color (four color CMYK) of #88627a color hex is 0.00, 0.28, 0.10, 0.47. Web safe color of #88627a is #996666. Color #88627a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100010 01111010
Octal 210 142 172
Decimal 136 98 122
Hex 88 62 7A

RGB Percentages of Color #88627a

%38.20
%27.53
%34.27

CMYK Percentages of Color #88627a

%0
%28
%10
%47

Triadic Colors of #88627a

#88627a #7a8862 #627a88

Analogous Colors of #88627a

#88627a #886267 #836288

Monochromatic Colors of #88627a

#88627a

Complementary Color

#88627a #628870

#88627a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88627a Color Preview on White Background

Lorem ipsum dolor sit amet.

#88627a Color CSS Codes

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

#88627a Text Font Color

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

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


#88627a Background Color

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

This div background color is #88627a


#88627a Border Color

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

This div border color is #88627a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,98,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88627a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88627a;
  -webkit-box-shadow: 1px 1px 3px 2px #88627a;
  box-shadow:         1px 1px 3px 2px #88627a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88627a


Comments

No comments written yet.

Please login to write comment.