Color Hex Logo

#823354 Color Hex

#823354
(130,51,84)
0 Favorites   0 Comments

Color spaces of #823354

RGB 1305184
HSL0.930.440.35
HSV335°61°51°
CMYK 0.000.610.35   0.49
XYZ11.99007.75369.2522
Yxy7.75360.41350.2674
Hunter Lab27.845328.1317-0.2087
CIE-Lab33.464437.5546-2.6442

#823354 color RGB value is (130,51,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00110011 01010100
Octal 202 63 124
Decimal 130 51 84
Hex 82 33 54

RGB Percentages of Color #823354

%49.06
%19.25
%31.70

CMYK Percentages of Color #823354

%0
%61
%35
%49

Triadic Colors of #823354

#823354 #548233 #335482

Analogous Colors of #823354

#823354 #823a33 #82337c

Monochromatic Colors of #823354

#823354

Complementary Color

#823354 #338261

#823354 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823354 Color Preview on White Background

Lorem ipsum dolor sit amet.

#823354 Color CSS Codes

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

#823354 Text Font Color

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

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


#823354 Background Color

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

This div background color is #823354


#823354 Border Color

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

This div border color is #823354


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,51,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 #823354">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823354


Comments

No comments written yet.

Please login to write comment.