Color Hex Logo

#823885 Color Hex

#823885
(130,56,133)
0 Favorites   0 Comments

Color spaces of #823885

RGB 13056133
HSL0.830.410.37
HSV298°58°52°
CMYK 0.020.580.00   0.48
XYZ14.85379.267623.1963
Yxy9.26760.31390.1959
Hunter Lab30.442733.8194-23.8670
CIE-Lab36.494543.0507-28.9414

#823885 color RGB value is (130,56,133).

#823885 hex color red value is 130, green value is 56 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #823885 hue: 0.83 , saturation: 0.41 and the lightness value of 823885 is 0.37.

The process color (four color CMYK) of #823885 color hex is 0.02, 0.58, 0.00, 0.48. Web safe color of #823885 is #993399. Color #823885 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00111000 10000101
Octal 202 70 205
Decimal 130 56 133
Hex 82 38 85

RGB Percentages of Color #823885

%40.75
%17.55
%41.69

CMYK Percentages of Color #823885

%2
%58
%0
%48

Triadic Colors of #823885

#823885 #858238 #388582

Analogous Colors of #823885

#823885 #853862 #5c3885

Monochromatic Colors of #823885

#823885

Complementary Color

#823885 #3b8538

#823885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#823885 Color CSS Codes

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

#823885 Text Font Color

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

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


#823885 Background Color

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

This div background color is #823885


#823885 Border Color

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

This div border color is #823885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823885


Comments

No comments written yet.

Please login to write comment.