Color Hex Logo

#88246b Color Hex

#88246B
(136,36,107)
0 Favorites   0 Comments

Color spaces of #88246b

RGB 13636107
HSL0.880.580.34
HSV317°74°53°
CMYK 0.000.740.21   0.47
XYZ13.43817.557514.6604
Yxy7.55750.37690.2120
Hunter Lab27.490939.1452-12.3746
CIE-Lab33.043849.0816-17.9499

#88246b color RGB value is (136,36,107).

#88246b hex color red value is 136, green value is 36 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #88246b hue: 0.88 , saturation: 0.58 and the lightness value of 88246b is 0.34.

The process color (four color CMYK) of #88246b color hex is 0.00, 0.74, 0.21, 0.47. Web safe color of #88246b is #993366. Color #88246b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100100 01101011
Octal 210 44 153
Decimal 136 36 107
Hex 88 24 6B

RGB Percentages of Color #88246b

%48.75
%12.90
%38.35

CMYK Percentages of Color #88246b

%0
%74
%21
%47

Triadic Colors of #88246b

#88246b #6b8824 #246b88

Analogous Colors of #88246b

#88246b #882439 #732488

Monochromatic Colors of #88246b

#88246b

Complementary Color

#88246b #248841

#88246b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88246b Color Preview on White Background

Lorem ipsum dolor sit amet.

#88246b Color CSS Codes

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

#88246b Text Font Color

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

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


#88246b Background Color

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

This div background color is #88246b


#88246b Border Color

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

This div border color is #88246b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88246b


Comments

No comments written yet.

Please login to write comment.