Color Hex Logo

#823254 Color Hex

#823254
(130,50,84)
0 Favorites   0 Comments

Color spaces of #823254

RGB 1305084
HSL0.930.440.35
HSV335°62°51°
CMYK 0.000.620.35   0.49
XYZ11.94687.66719.2377
Yxy7.66710.41410.2657
Hunter Lab27.689528.5581-0.3975
CIE-Lab33.279738.0489-2.9165

#823254 color RGB value is (130,50,84).

#823254 hex color red value is 130, green value is 50 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #823254 hue: 0.93 , saturation: 0.44 and the lightness value of 823254 is 0.35.

The process color (four color CMYK) of #823254 color hex is 0.00, 0.62, 0.35, 0.49. Web safe color of #823254 is #993366. Color #823254 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00110010 01010100
Octal 202 62 124
Decimal 130 50 84
Hex 82 32 54

RGB Percentages of Color #823254

%49.24
%18.94
%31.82

CMYK Percentages of Color #823254

%0
%62
%35
%49

Triadic Colors of #823254

#823254 #548232 #325482

Analogous Colors of #823254

#823254 #823832 #82327c

Monochromatic Colors of #823254

#823254

Complementary Color

#823254 #328260

#823254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#823254 Color CSS Codes

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

#823254 Text Font Color

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

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


#823254 Background Color

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

This div background color is #823254


#823254 Border Color

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

This div border color is #823254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823254


Comments

No comments written yet.

Please login to write comment.