Color Hex Logo

#883045 Color Hex

#883045
(136,48,69)
0 Favorites   0 Comments

Color spaces of #883045

RGB 1364869
HSL0.960.480.36
HSV346°65°53°
CMYK 0.000.650.49   0.47
XYZ12.28457.77786.4840
Yxy7.77780.46280.2930
Hunter Lab27.888729.82105.7374
CIE-Lab33.515839.36957.2708

#883045 color RGB value is (136,48,69).

#883045 hex color red value is 136, green value is 48 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #883045 hue: 0.96 , saturation: 0.48 and the lightness value of 883045 is 0.36.

The process color (four color CMYK) of #883045 color hex is 0.00, 0.65, 0.49, 0.47. Web safe color of #883045 is #993333. Color #883045 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00110000 01000101
Octal 210 60 105
Decimal 136 48 69
Hex 88 30 45

RGB Percentages of Color #883045

%53.75
%18.97
%27.27

CMYK Percentages of Color #883045

%0
%65
%49
%47

Triadic Colors of #883045

#883045 #458830 #304588

Analogous Colors of #883045

#883045 #884730 #883071

Monochromatic Colors of #883045

#883045

Complementary Color

#883045 #308873

#883045 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883045 Color Preview on White Background

Lorem ipsum dolor sit amet.

#883045 Color CSS Codes

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

#883045 Text Font Color

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

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


#883045 Background Color

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

This div background color is #883045


#883045 Border Color

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

This div border color is #883045


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883045


Comments

No comments written yet.

Please login to write comment.