Color Hex Logo

#882369 Color Hex

#882369
(136,35,105)
0 Favorites   0 Comments

Color spaces of #882369

RGB 13635105
HSL0.880.590.34
HSV318°74°53°
CMYK 0.000.740.23   0.47
XYZ13.30427.456214.1026
Yxy7.45620.38160.2139
Hunter Lab27.306039.1842-11.5069
CIE-Lab32.823749.1623-17.0125

#882369 color RGB value is (136,35,105).

#882369 hex color red value is 136, green value is 35 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #882369 hue: 0.88 , saturation: 0.59 and the lightness value of 882369 is 0.34.

The process color (four color CMYK) of #882369 color hex is 0.00, 0.74, 0.23, 0.47. Web safe color of #882369 is #993366. Color #882369 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100011 01101001
Octal 210 43 151
Decimal 136 35 105
Hex 88 23 69

RGB Percentages of Color #882369

%49.28
%12.68
%38.04

CMYK Percentages of Color #882369

%0
%74
%23
%47

Triadic Colors of #882369

#882369 #698823 #236988

Analogous Colors of #882369

#882369 #882337 #752388

Monochromatic Colors of #882369

#882369

Complementary Color

#882369 #238842

#882369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882369 Color CSS Codes

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

#882369 Text Font Color

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

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


#882369 Background Color

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

This div background color is #882369


#882369 Border Color

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

This div border color is #882369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882369


Comments

No comments written yet.

Please login to write comment.