Color Hex Logo

#88074b Color Hex

#88074B
(136,7,75)
0 Favorites   0 Comments

Color spaces of #88074b

RGB 136775
HSL0.910.900.28
HSV328°95°53°
CMYK 0.000.950.45   0.47
XYZ11.49935.89427.1882
Yxy5.89420.46780.2398
Hunter Lab24.278042.0603-0.5599
CIE-Lab29.144052.7084-2.9976

#88074b color RGB value is (136,7,75).

#88074b hex color red value is 136, green value is 7 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #88074b hue: 0.91 , saturation: 0.90 and the lightness value of 88074b is 0.28.

The process color (four color CMYK) of #88074b color hex is 0.00, 0.95, 0.45, 0.47. Web safe color of #88074b is #990033. Color #88074b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000111 01001011
Octal 210 7 113
Decimal 136 7 75
Hex 88 7 4B

RGB Percentages of Color #88074b

%62.39
%3.21
%34.40

CMYK Percentages of Color #88074b

%0
%95
%45
%47

Triadic Colors of #88074b

#88074b #4b8807 #074b88

Analogous Colors of #88074b

#88074b #88070b #850788

Monochromatic Colors of #88074b

#88074b

Complementary Color

#88074b #078844

#88074b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88074b Color Preview on White Background

Lorem ipsum dolor sit amet.

#88074b Color CSS Codes

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

#88074b Text Font Color

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

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


#88074b Background Color

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

This div background color is #88074b


#88074b Border Color

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

This div border color is #88074b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,7,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88074b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88074b;
  -webkit-box-shadow: 1px 1px 3px 2px #88074b;
  box-shadow:         1px 1px 3px 2px #88074b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88074b


Comments

No comments written yet.

Please login to write comment.