Color Hex Logo

#823eca Color Hex

#823ECA
(130,62,202)
0 Favorites   0 Comments

Color spaces of #823eca

RGB 13062202
HSL0.750.570.52
HSV269°69°79°
CMYK 0.360.690.00   0.21
XYZ21.589212.455357.1434
Yxy12.45530.23680.1366
Hunter Lab35.292147.4326-71.2954
CIE-Lab41.930855.3706-61.4432

#823eca color RGB value is (130,62,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00111110 11001010
Octal 202 76 312
Decimal 130 62 202
Hex 82 3E CA

RGB Percentages of Color #823eca

%32.99
%15.74
%51.27

CMYK Percentages of Color #823eca

%36
%69
%0
%21

Triadic Colors of #823eca

#823eca #ca823e #3eca82

Analogous Colors of #823eca

#823eca #c83eca #3e40ca

Monochromatic Colors of #823eca

#823eca

Complementary Color

#823eca #86ca3e

#823eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#823eca Color CSS Codes

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

#823eca Text Font Color

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

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


#823eca Background Color

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

This div background color is #823eca


#823eca Border Color

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

This div border color is #823eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823eca


Comments

No comments written yet.

Please login to write comment.