Color Hex Logo

#883484 Color Hex

#883484
(136,52,132)
0 Favorites   0 Comments

Color spaces of #883484

RGB 13652132
HSL0.840.450.37
HSV303°62°53°
CMYK 0.000.620.03   0.47
XYZ15.54629.356222.8163
Yxy9.35620.32580.1961
Hunter Lab30.587937.1932-22.8144
CIE-Lab36.661246.4539-27.9980

#883484 color RGB value is (136,52,132).

#883484 hex color red value is 136, green value is 52 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #883484 hue: 0.84 , saturation: 0.45 and the lightness value of 883484 is 0.37.

The process color (four color CMYK) of #883484 color hex is 0.00, 0.62, 0.03, 0.47. Web safe color of #883484 is #993399. Color #883484 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00110100 10000100
Octal 210 64 204
Decimal 136 52 132
Hex 88 34 84

RGB Percentages of Color #883484

%42.50
%16.25
%41.25

CMYK Percentages of Color #883484

%0
%62
%3
%47

Triadic Colors of #883484

#883484 #848834 #348488

Analogous Colors of #883484

#883484 #88345a #623488

Monochromatic Colors of #883484

#883484

Complementary Color

#883484 #348838

#883484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#883484 Color CSS Codes

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

#883484 Text Font Color

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

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


#883484 Background Color

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

This div background color is #883484


#883484 Border Color

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

This div border color is #883484


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883484


Comments

No comments written yet.

Please login to write comment.