Color Hex Logo

#883468 Color Hex

#883468
(136,52,104)
0 Favorites   0 Comments

Color spaces of #883468

RGB 13652104
HSL0.900.450.37
HSV323°62°53°
CMYK 0.000.620.24   0.47
XYZ13.88008.689714.0424
Yxy8.68970.37910.2373
Hunter Lab29.478332.4606-7.6088
CIE-Lab35.379941.8368-12.4611

#883468 color RGB value is (136,52,104).

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

The process color (four color CMYK) of #883468 color hex is 0.00, 0.62, 0.24, 0.47. Web safe color of #883468 is #993366. Color #883468 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00110100 01101000
Octal 210 64 150
Decimal 136 52 104
Hex 88 34 68

RGB Percentages of Color #883468

%46.58
%17.81
%35.62

CMYK Percentages of Color #883468

%0
%62
%24
%47

Triadic Colors of #883468

#883468 #688834 #346888

Analogous Colors of #883468

#883468 #88343e #7e3488

Monochromatic Colors of #883468

#883468

Complementary Color

#883468 #348854

#883468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#883468 Color CSS Codes

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

#883468 Text Font Color

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

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


#883468 Background Color

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

This div background color is #883468


#883468 Border Color

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

This div border color is #883468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883468


Comments

No comments written yet.

Please login to write comment.