Color Hex Logo

#823dab Color Hex

#823DAB
(130,61,171)
0 Favorites   0 Comments

Color spaces of #823dab

RGB 13061171
HSL0.770.470.45
HSV278°64°67°
CMYK 0.240.640.00   0.33
XYZ18.225411.023639.6953
Yxy11.02360.26430.1599
Hunter Lab33.201839.8805-47.6445
CIE-Lab39.620248.5832-46.9781

#823dab color RGB value is (130,61,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00111101 10101011
Octal 202 75 253
Decimal 130 61 171
Hex 82 3D AB

RGB Percentages of Color #823dab

%35.91
%16.85
%47.24

CMYK Percentages of Color #823dab

%24
%64
%0
%33

Triadic Colors of #823dab

#823dab #ab823d #3dab82

Analogous Colors of #823dab

#823dab #ab3d9d #4b3dab

Monochromatic Colors of #823dab

#823dab

Complementary Color

#823dab #66ab3d

#823dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#823dab Color CSS Codes

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

#823dab Text Font Color

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

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


#823dab Background Color

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

This div background color is #823dab


#823dab Border Color

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

This div border color is #823dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823dab


Comments

No comments written yet.

Please login to write comment.