Color Hex Logo

#823288 Color Hex

#823288
(130,50,136)
0 Favorites   0 Comments

Color spaces of #823288

RGB 13050136
HSL0.820.460.36
HSV296°63°53°
CMYK 0.040.630.00   0.47
XYZ14.79058.804624.2125
Yxy8.80460.30940.1842
Hunter Lab29.672537.0477-27.6093
CIE-Lab35.605346.5008-32.1938

#823288 color RGB value is (130,50,136).

#823288 hex color red value is 130, green value is 50 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #823288 hue: 0.82 , saturation: 0.46 and the lightness value of 823288 is 0.36.

The process color (four color CMYK) of #823288 color hex is 0.04, 0.63, 0.00, 0.47. Web safe color of #823288 is #993399. Color #823288 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00110010 10001000
Octal 202 62 210
Decimal 130 50 136
Hex 82 32 88

RGB Percentages of Color #823288

%41.14
%15.82
%43.04

CMYK Percentages of Color #823288

%4
%63
%0
%47

Triadic Colors of #823288

#823288 #888232 #328882

Analogous Colors of #823288

#823288 #883263 #573288

Monochromatic Colors of #823288

#823288

Complementary Color

#823288 #388832

#823288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#823288 Color CSS Codes

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

#823288 Text Font Color

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

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


#823288 Background Color

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

This div background color is #823288


#823288 Border Color

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

This div border color is #823288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823288


Comments

No comments written yet.

Please login to write comment.