Color Hex Logo

#823866 Color Hex

#823866
(130,56,102)
0 Favorites   0 Comments

Color spaces of #823866

RGB 13056102
HSL0.900.400.36
HSV323°57°51°
CMYK 0.000.570.22   0.49
XYZ13.01848.533513.5314
Yxy8.53350.37110.2432
Hunter Lab29.212228.4273-7.0153
CIE-Lab35.070137.6069-11.7542

#823866 color RGB value is (130,56,102).

#823866 hex color red value is 130, green value is 56 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #823866 hue: 0.90 , saturation: 0.40 and the lightness value of 823866 is 0.36.

The process color (four color CMYK) of #823866 color hex is 0.00, 0.57, 0.22, 0.49. Web safe color of #823866 is #993366. Color #823866 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00111000 01100110
Octal 202 70 146
Decimal 130 56 102
Hex 82 38 66

RGB Percentages of Color #823866

%45.14
%19.44
%35.42

CMYK Percentages of Color #823866

%0
%57
%22
%49

Triadic Colors of #823866

#823866 #668238 #386682

Analogous Colors of #823866

#823866 #823841 #793882

Monochromatic Colors of #823866

#823866

Complementary Color

#823866 #388254

#823866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#823866 Color CSS Codes

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

#823866 Text Font Color

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

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


#823866 Background Color

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

This div background color is #823866


#823866 Border Color

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

This div border color is #823866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823866


Comments

No comments written yet.

Please login to write comment.