Color Hex Logo

#823dca Color Hex

#823DCA
(130,61,202)
0 Favorites   0 Comments

Color spaces of #823dca

RGB 13061202
HSL0.750.570.52
HSV269°70°79°
CMYK 0.360.700.00   0.21
XYZ21.535312.347657.1254
Yxy12.34760.23660.1357
Hunter Lab35.139247.9016-71.7898
CIE-Lab41.763355.8383-61.7150

#823dca color RGB value is (130,61,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00111101 11001010
Octal 202 75 312
Decimal 130 61 202
Hex 82 3D CA

RGB Percentages of Color #823dca

%33.08
%15.52
%51.40

CMYK Percentages of Color #823dca

%36
%70
%0
%21

Triadic Colors of #823dca

#823dca #ca823d #3dca82

Analogous Colors of #823dca

#823dca #c93dca #3d3eca

Monochromatic Colors of #823dca

#823dca

Complementary Color

#823dca #85ca3d

#823dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#823dca Color CSS Codes

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

#823dca Text Font Color

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

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


#823dca Background Color

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

This div background color is #823dca


#823dca Border Color

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

This div border color is #823dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823dca


Comments

No comments written yet.

Please login to write comment.