Color Hex Logo

#88004e Color Hex

#88004E
(136,0,78)
0 Favorites   0 Comments

Color spaces of #88004e

RGB 136078
HSL0.901.000.27
HSV326°100°53°
CMYK 0.001.000.43   0.47
XYZ11.52855.78437.7166
Yxy5.78430.46060.2311
Hunter Lab24.050643.4744-2.1877
CIE-Lab28.861654.1345-5.4184

#88004e color RGB value is (136,0,78).

#88004e hex color red value is 136, green value is 0 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #88004e hue: 0.90 , saturation: 1.00 and the lightness value of 88004e is 0.27.

The process color (four color CMYK) of #88004e color hex is 0.00, 1.00, 0.43, 0.47. Web safe color of #88004e is #990066. Color #88004e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000000 01001110
Octal 210 0 116
Decimal 136 0 78
Hex 88 0 4E

RGB Percentages of Color #88004e

%63.55
%0.00
%36.45

CMYK Percentages of Color #88004e

%0
%100
%43
%47

Triadic Colors of #88004e

#88004e #4e8800 #004e88

Analogous Colors of #88004e

#88004e #88000a #7e0088

Monochromatic Colors of #88004e

#88004e

Complementary Color

#88004e #00883a

#88004e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88004e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88004e Color CSS Codes

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

#88004e Text Font Color

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

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


#88004e Background Color

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

This div background color is #88004e


#88004e Border Color

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

This div border color is #88004e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,0,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88004e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88004e;
  -webkit-box-shadow: 1px 1px 3px 2px #88004e;
  box-shadow:         1px 1px 3px 2px #88004e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88004e


Comments

No comments written yet.

Please login to write comment.