Color Hex Logo

#824ba4 Color Hex

#824BA4
(130,75,164)
0 Favorites   0 Comments

Color spaces of #824ba4

RGB 13075164
HSL0.770.370.47
HSV277°54°64°
CMYK 0.210.540.00   0.36
XYZ18.422812.458336.5557
Yxy12.45830.27320.1847
Hunter Lab35.296331.3990-36.6981
CIE-Lab41.935439.6409-39.1157

#824ba4 color RGB value is (130,75,164).

#824ba4 hex color red value is 130, green value is 75 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #824ba4 hue: 0.77 , saturation: 0.37 and the lightness value of 824ba4 is 0.47.

The process color (four color CMYK) of #824ba4 color hex is 0.21, 0.54, 0.00, 0.36. Web safe color of #824ba4 is #993399. Color #824ba4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001011 10100100
Octal 202 113 244
Decimal 130 75 164
Hex 82 4B A4

RGB Percentages of Color #824ba4

%35.23
%20.33
%44.44

CMYK Percentages of Color #824ba4

%21
%54
%0
%36

Triadic Colors of #824ba4

#824ba4 #a4824b #4ba482

Analogous Colors of #824ba4

#824ba4 #a44b9a #564ba4

Monochromatic Colors of #824ba4

#824ba4

Complementary Color

#824ba4 #6da44b

#824ba4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824ba4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#824ba4 Color CSS Codes

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

#824ba4 Text Font Color

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

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


#824ba4 Background Color

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

This div background color is #824ba4


#824ba4 Border Color

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

This div border color is #824ba4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,75,164, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #824ba4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #824ba4;
  -webkit-box-shadow: 1px 1px 3px 2px #824ba4;
  box-shadow:         1px 1px 3px 2px #824ba4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824ba4


Comments

No comments written yet.

Please login to write comment.