Color Hex Logo

#823e8f Color Hex

#823E8F
(130,62,143)
0 Favorites   0 Comments

Color spaces of #823e8f

RGB 13062143
HSL0.810.400.40
HSV290°57°56°
CMYK 0.090.570.00   0.44
XYZ15.886510.174227.1131
Yxy10.17420.29880.1913
Hunter Lab31.897033.0832-28.0698
CIE-Lab38.153342.0035-32.4581

#823e8f color RGB value is (130,62,143).

#823e8f hex color red value is 130, green value is 62 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #823e8f hue: 0.81 , saturation: 0.40 and the lightness value of 823e8f is 0.40.

The process color (four color CMYK) of #823e8f color hex is 0.09, 0.57, 0.00, 0.44. Web safe color of #823e8f is #993399. Color #823e8f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00111110 10001111
Octal 202 76 217
Decimal 130 62 143
Hex 82 3E 8F

RGB Percentages of Color #823e8f

%38.81
%18.51
%42.69

CMYK Percentages of Color #823e8f

%9
%57
%0
%44

Triadic Colors of #823e8f

#823e8f #8f823e #3e8f82

Analogous Colors of #823e8f

#823e8f #8f3e74 #5a3e8f

Monochromatic Colors of #823e8f

#823e8f

Complementary Color

#823e8f #4b8f3e

#823e8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823e8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#823e8f Color CSS Codes

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

#823e8f Text Font Color

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

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


#823e8f Background Color

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

This div background color is #823e8f


#823e8f Border Color

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

This div border color is #823e8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823e8f


Comments

No comments written yet.

Please login to write comment.