color codes Logo

#824fcd color codes

#824FCD
(130,79,205)
0 Favorites   0 Comments

Color spaces of #824fcd

RGB 13079205
HSL0.730.560.56
HSV264°61°80°
CMYK 0.370.610.00   0.20
XYZ23.021314.745659.3904
Yxy14.74560.23690.1518
Hunter Lab38.400039.8131-64.8194
CIE-Lab45.283847.5198-57.7496

#824fcd color RGB value is (130,79,205).

#824fcd hex color red value is 130, green value is 79 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #824fcd hue: 0.73 , saturation: 0.56 and the lightness value of 824fcd is 0.56.

The process color (four color CMYK) of #824fcd color code is 0.37, 0.61, 0.00, 0.20. Web safe color of #824fcd is #9966cc. Color #824fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001111 11001101
Octal 202 117 315
Decimal 130 79 205
Hex 82 4F CD

RGB Percentages of Color #824fcd

%31.40
%19.08
%49.52

CMYK Percentages of Color #824fcd

%37
%61
%0
%20

Triadic Colors of #824fcd

#824fcd #cd824f #4fcd82

Analogous Colors of #824fcd

#824fcd #c14fcd #4f5bcd

Monochromatic Colors of #824fcd

#824fcd

Complementary Color

#824fcd #9acd4f

#824fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#824fcd Color CSS Codes

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

#824fcd Text Font Color

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

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


#824fcd Background Color

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

This div background color is #824fcd


#824fcd Border Color

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

This div border color is #824fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824fcd


Comments

No comments written yet.

Please login to write comment.