Color Hex Logo

#824cbd Color Hex

#824CBD
(130,76,189)
0 Favorites   0 Comments

Color spaces of #824cbd

RGB 13076189
HSL0.750.460.52
HSV269°60°74°
CMYK 0.310.600.00   0.26
XYZ20.975713.588849.6615
Yxy13.58880.24900.1613
Hunter Lab36.863037.0595-54.0709
CIE-Lab43.637445.0971-51.1282

#824cbd color RGB value is (130,76,189).

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

The process color (four color CMYK) of #824cbd color hex is 0.31, 0.60, 0.00, 0.26. Web safe color of #824cbd is #9933cc. Color #824cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001100 10111101
Octal 202 114 275
Decimal 130 76 189
Hex 82 4C BD

RGB Percentages of Color #824cbd

%32.91
%19.24
%47.85

CMYK Percentages of Color #824cbd

%31
%60
%0
%26

Triadic Colors of #824cbd

#824cbd #bd824c #4cbd82

Analogous Colors of #824cbd

#824cbd #bb4cbd #4c4fbd

Monochromatic Colors of #824cbd

#824cbd

Complementary Color

#824cbd #87bd4c

#824cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#824cbd Color CSS Codes

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

#824cbd Text Font Color

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

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


#824cbd Background Color

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

This div background color is #824cbd


#824cbd Border Color

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

This div border color is #824cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824cbd


Comments

No comments written yet.

Please login to write comment.