Color Hex Logo

#824178 Color Hex

#824178
(130,65,120)
0 Favorites   0 Comments

Color spaces of #824178

RGB 13065120
HSL0.860.330.38
HSV309°50°51°
CMYK 0.000.500.08   0.49
XYZ14.48649.882518.9133
Yxy9.88250.33470.2283
Hunter Lab31.436427.2418-13.6655
CIE-Lab37.630735.9148-19.1251

#824178 color RGB value is (130,65,120).

#824178 hex color red value is 130, green value is 65 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #824178 hue: 0.86 , saturation: 0.33 and the lightness value of 824178 is 0.38.

The process color (four color CMYK) of #824178 color hex is 0.00, 0.50, 0.08, 0.49. Web safe color of #824178 is #993366. Color #824178 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01000001 01111000
Octal 202 101 170
Decimal 130 65 120
Hex 82 41 78

RGB Percentages of Color #824178

%41.27
%20.63
%38.10

CMYK Percentages of Color #824178

%0
%50
%8
%49

Triadic Colors of #824178

#824178 #788241 #417882

Analogous Colors of #824178

#824178 #824158 #6c4182

Monochromatic Colors of #824178

#824178

Complementary Color

#824178 #41824b

#824178 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824178 Color Preview on White Background

Lorem ipsum dolor sit amet.

#824178 Color CSS Codes

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

#824178 Text Font Color

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

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


#824178 Background Color

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

This div background color is #824178


#824178 Border Color

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

This div border color is #824178


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824178


Comments

No comments written yet.

Please login to write comment.