Color Hex Logo

#883264 Color Hex

#883264
(136,50,100)
0 Favorites   0 Comments

Color spaces of #883264

RGB 13650100
HSL0.900.460.36
HSV325°63°53°
CMYK 0.000.630.26   0.47
XYZ13.59428.435512.9683
Yxy8.43550.38840.2410
Hunter Lab29.043932.7212-6.1426
CIE-Lab34.873942.1980-10.6885

#883264 color RGB value is (136,50,100).

#883264 hex color red value is 136, green value is 50 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #883264 hue: 0.90 , saturation: 0.46 and the lightness value of 883264 is 0.36.

The process color (four color CMYK) of #883264 color hex is 0.00, 0.63, 0.26, 0.47. Web safe color of #883264 is #993366. Color #883264 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00110010 01100100
Octal 210 62 144
Decimal 136 50 100
Hex 88 32 64

RGB Percentages of Color #883264

%47.55
%17.48
%34.97

CMYK Percentages of Color #883264

%0
%63
%26
%47

Triadic Colors of #883264

#883264 #648832 #326488

Analogous Colors of #883264

#883264 #883239 #813288

Monochromatic Colors of #883264

#883264

Complementary Color

#883264 #328856

#883264 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883264 Color Preview on White Background

Lorem ipsum dolor sit amet.

#883264 Color CSS Codes

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

#883264 Text Font Color

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

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


#883264 Background Color

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

This div background color is #883264


#883264 Border Color

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

This div border color is #883264


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,50,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #883264; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #883264;
  -webkit-box-shadow: 1px 1px 3px 2px #883264;
  box-shadow:         1px 1px 3px 2px #883264; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883264


Comments

No comments written yet.

Please login to write comment.