Color Hex Logo

#824eba Color Hex

#824EBA
(130,78,186)
0 Favorites   0 Comments

Color spaces of #824eba

RGB 13078186
HSL0.750.440.52
HSV269°58°73°
CMYK 0.300.580.00   0.27
XYZ20.793213.739848.0105
Yxy13.73980.25190.1665
Hunter Lab37.067235.2635-50.8470
CIE-Lab43.857443.2696-49.0235

#824eba color RGB value is (130,78,186).

#824eba hex color red value is 130, green value is 78 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #824eba hue: 0.75 , saturation: 0.44 and the lightness value of 824eba is 0.52.

The process color (four color CMYK) of #824eba color hex is 0.30, 0.58, 0.00, 0.27. Web safe color of #824eba is #9966cc. Color #824eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001110 10111010
Octal 202 116 272
Decimal 130 78 186
Hex 82 4E BA

RGB Percentages of Color #824eba

%32.99
%19.80
%47.21

CMYK Percentages of Color #824eba

%30
%58
%0
%27

Triadic Colors of #824eba

#824eba #ba824e #4eba82

Analogous Colors of #824eba

#824eba #b84eba #4e50ba

Monochromatic Colors of #824eba

#824eba

Complementary Color

#824eba #86ba4e

#824eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#824eba Color CSS Codes

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

#824eba Text Font Color

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

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


#824eba Background Color

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

This div background color is #824eba


#824eba Border Color

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

This div border color is #824eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824eba


Comments

No comments written yet.

Please login to write comment.