Color Hex Logo

#88277f Color Hex

#88277F
(136,39,127)
0 Favorites   0 Comments

Color spaces of #88277f

RGB 13639127
HSL0.850.550.34
HSV306°71°53°
CMYK 0.000.710.07   0.47
XYZ14.70968.217620.8895
Yxy8.21760.33570.1875
Hunter Lab28.666441.4278-23.1388
CIE-Lab34.432051.0670-28.3987

#88277f color RGB value is (136,39,127).

#88277f hex color red value is 136, green value is 39 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #88277f hue: 0.85 , saturation: 0.55 and the lightness value of 88277f is 0.34.

The process color (four color CMYK) of #88277f color hex is 0.00, 0.71, 0.07, 0.47. Web safe color of #88277f is #993366. Color #88277f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100111 01111111
Octal 210 47 177
Decimal 136 39 127
Hex 88 27 7F

RGB Percentages of Color #88277f

%45.03
%12.91
%42.05

CMYK Percentages of Color #88277f

%0
%71
%7
%47

Triadic Colors of #88277f

#88277f #7f8827 #277f88

Analogous Colors of #88277f

#88277f #88274e #612788

Monochromatic Colors of #88277f

#88277f

Complementary Color

#88277f #278830

#88277f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88277f Color Preview on White Background

Lorem ipsum dolor sit amet.

#88277f Color CSS Codes

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

#88277f Text Font Color

<p style="color:#88277f">Text here</p>

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


#88277f Background Color

<div style="background-color:#88277f">
Div content here</div>

This div background color is #88277f


#88277f Border Color

<div style="border:3px solid #88277f">
Div here</div>

This div border color is #88277f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,39,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88277f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88277f;
  -webkit-box-shadow: 1px 1px 3px 2px #88277f;
  box-shadow:         1px 1px 3px 2px #88277f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88277f


Comments

No comments written yet.

Please login to write comment.