Color Hex Logo

#885283 Color Hex

#885283
(136,82,131)
0 Favorites   0 Comments

Color spaces of #885283

RGB 13682131
HSL0.850.250.43
HSV306°40°53°
CMYK 0.000.400.04   0.47
XYZ17.267412.907523.0540
Yxy12.90750.32440.2425
Hunter Lab35.927022.9192-12.8969
CIE-Lab42.623530.4947-18.1293

#885283 color RGB value is (136,82,131).

#885283 hex color red value is 136, green value is 82 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #885283 hue: 0.85 , saturation: 0.25 and the lightness value of 885283 is 0.43.

The process color (four color CMYK) of #885283 color hex is 0.00, 0.40, 0.04, 0.47. Web safe color of #885283 is #996699. Color #885283 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010010 10000011
Octal 210 122 203
Decimal 136 82 131
Hex 88 52 83

RGB Percentages of Color #885283

%38.97
%23.50
%37.54

CMYK Percentages of Color #885283

%0
%40
%4
%47

Triadic Colors of #885283

#885283 #838852 #528388

Analogous Colors of #885283

#885283 #885268 #725288

Monochromatic Colors of #885283

#885283

Complementary Color

#885283 #528857

#885283 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885283 Color Preview on White Background

Lorem ipsum dolor sit amet.

#885283 Color CSS Codes

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

#885283 Text Font Color

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

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


#885283 Background Color

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

This div background color is #885283


#885283 Border Color

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

This div border color is #885283


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885283


Comments

No comments written yet.

Please login to write comment.