Color Hex Logo

#824ccc Color Hex

#824CCC
(130,76,204)
0 Favorites   0 Comments

Color spaces of #824ccc

RGB 13076204
HSL0.740.560.55
HSV265°63°80°
CMYK 0.360.630.00   0.20
XYZ22.689414.274358.6861
Yxy14.27430.23720.1492
Hunter Lab37.781341.0799-65.6487
CIE-Lab44.623848.8595-58.2390

#824ccc color RGB value is (130,76,204).

#824ccc hex color red value is 130, green value is 76 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #824ccc hue: 0.74 , saturation: 0.56 and the lightness value of 824ccc is 0.55.

The process color (four color CMYK) of #824ccc color hex is 0.36, 0.63, 0.00, 0.20. Web safe color of #824ccc is #9933cc. Color #824ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001100 11001100
Octal 202 114 314
Decimal 130 76 204
Hex 82 4C CC

RGB Percentages of Color #824ccc

%31.71
%18.54
%49.76

CMYK Percentages of Color #824ccc

%36
%63
%0
%20

Triadic Colors of #824ccc

#824ccc #cc824c #4ccc82

Analogous Colors of #824ccc

#824ccc #c24ccc #4c56cc

Monochromatic Colors of #824ccc

#824ccc

Complementary Color

#824ccc #96cc4c

#824ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#824ccc Color CSS Codes

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

#824ccc Text Font Color

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

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


#824ccc Background Color

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

This div background color is #824ccc


#824ccc Border Color

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

This div border color is #824ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824ccc


Comments

No comments written yet.

Please login to write comment.