Color Hex Logo

#823ccc Color Hex

#823CCC
(130,60,204)
0 Favorites   0 Comments

Color spaces of #823ccc

RGB 13060204
HSL0.750.590.52
HSV269°71°80°
CMYK 0.360.710.00   0.20
XYZ21.720912.337258.3632
Yxy12.33720.23500.1335
Hunter Lab35.124448.9168-73.9302
CIE-Lab41.747156.7814-62.8997

#823ccc color RGB value is (130,60,204).

#823ccc hex color red value is 130, green value is 60 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #823ccc hue: 0.75 , saturation: 0.59 and the lightness value of 823ccc is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00111100 11001100
Octal 202 74 314
Decimal 130 60 204
Hex 82 3C CC

RGB Percentages of Color #823ccc

%32.99
%15.23
%51.78

CMYK Percentages of Color #823ccc

%36
%71
%0
%20

Triadic Colors of #823ccc

#823ccc #cc823c #3ccc82

Analogous Colors of #823ccc

#823ccc #ca3ccc #3c3ecc

Monochromatic Colors of #823ccc

#823ccc

Complementary Color

#823ccc #86cc3c

#823ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#823ccc Color CSS Codes

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

#823ccc Text Font Color

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

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


#823ccc Background Color

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

This div background color is #823ccc


#823ccc Border Color

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

This div border color is #823ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823ccc


Comments

No comments written yet.

Please login to write comment.