Color Hex Logo

#823b7d Color Hex

#823B7D
(130,59,125)
0 Favorites   0 Comments

Color spaces of #823b7d

RGB 13059125
HSL0.850.380.37
HSV304°55°51°
CMYK 0.000.550.04   0.49
XYZ14.47169.354420.4449
Yxy9.35440.32690.2113
Hunter Lab30.585030.9355-18.2237
CIE-Lab36.657940.0171-23.7368

#823b7d color RGB value is (130,59,125).

#823b7d hex color red value is 130, green value is 59 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #823b7d hue: 0.85 , saturation: 0.38 and the lightness value of 823b7d is 0.37.

The process color (four color CMYK) of #823b7d color hex is 0.00, 0.55, 0.04, 0.49. Web safe color of #823b7d is #993366. Color #823b7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00111011 01111101
Octal 202 73 175
Decimal 130 59 125
Hex 82 3B 7D

RGB Percentages of Color #823b7d

%41.40
%18.79
%39.81

CMYK Percentages of Color #823b7d

%0
%55
%4
%49

Triadic Colors of #823b7d

#823b7d #7d823b #3b7d82

Analogous Colors of #823b7d

#823b7d #823b5a #643b82

Monochromatic Colors of #823b7d

#823b7d

Complementary Color

#823b7d #3b8240

#823b7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823b7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#823b7d Color CSS Codes

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

#823b7d Text Font Color

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

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


#823b7d Background Color

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

This div background color is #823b7d


#823b7d Border Color

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

This div border color is #823b7d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,59,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #823b7d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #823b7d;
  -webkit-box-shadow: 1px 1px 3px 2px #823b7d;
  box-shadow:         1px 1px 3px 2px #823b7d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823b7d


Comments

No comments written yet.

Please login to write comment.