Color Hex Logo

#823cac Color Hex

#823CAC
(130,60,172)
0 Favorites   0 Comments

Color spaces of #823cac

RGB 13060172
HSL0.770.480.45
HSV278°65°67°
CMYK 0.240.650.00   0.33
XYZ18.268210.956140.1816
Yxy10.95610.26320.1579
Hunter Lab33.100040.5908-48.8048
CIE-Lab39.506449.2990-47.7554

#823cac color RGB value is (130,60,172).

#823cac hex color red value is 130, green value is 60 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #823cac hue: 0.77 , saturation: 0.48 and the lightness value of 823cac is 0.45.

The process color (four color CMYK) of #823cac color hex is 0.24, 0.65, 0.00, 0.33. Web safe color of #823cac is #993399. Color #823cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00111100 10101100
Octal 202 74 254
Decimal 130 60 172
Hex 82 3C AC

RGB Percentages of Color #823cac

%35.91
%16.57
%47.51

CMYK Percentages of Color #823cac

%24
%65
%0
%33

Triadic Colors of #823cac

#823cac #ac823c #3cac82

Analogous Colors of #823cac

#823cac #ac3c9e #4a3cac

Monochromatic Colors of #823cac

#823cac

Complementary Color

#823cac #66ac3c

#823cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#823cac Color CSS Codes

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

#823cac Text Font Color

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

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


#823cac Background Color

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

This div background color is #823cac


#823cac Border Color

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

This div border color is #823cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823cac


Comments

No comments written yet.

Please login to write comment.