Color Hex Logo

#824bcc Color Hex

#824BCC
(130,75,204)
0 Favorites   0 Comments

Color spaces of #824bcc

RGB 13075204
HSL0.740.560.55
HSV266°63°80°
CMYK 0.360.630.00   0.20
XYZ22.621114.137658.6633
Yxy14.13760.23710.1482
Hunter Lab37.600041.5901-66.1839
CIE-Lab44.429649.3848-58.5527

#824bcc color RGB value is (130,75,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001011 11001100
Octal 202 113 314
Decimal 130 75 204
Hex 82 4B CC

RGB Percentages of Color #824bcc

%31.78
%18.34
%49.88

CMYK Percentages of Color #824bcc

%36
%63
%0
%20

Triadic Colors of #824bcc

#824bcc #cc824b #4bcc82

Analogous Colors of #824bcc

#824bcc #c34bcc #4b55cc

Monochromatic Colors of #824bcc

#824bcc

Complementary Color

#824bcc #95cc4b

#824bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#824bcc Color CSS Codes

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

#824bcc Text Font Color

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

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


#824bcc Background Color

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

This div background color is #824bcc


#824bcc Border Color

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

This div border color is #824bcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,75,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 #824bcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824bcc


Comments

No comments written yet.

Please login to write comment.