Color Hex Logo

#823ec2 Color Hex

#823EC2
(130,62,194)
0 Favorites   0 Comments

Color spaces of #823ec2

RGB 13062194
HSL0.750.520.50
HSV271°68°76°
CMYK 0.330.680.00   0.24
XYZ20.666212.086152.2826
Yxy12.08610.24300.1421
Hunter Lab34.765145.2710-64.8297
CIE-Lab41.352653.4516-57.7296

#823ec2 color RGB value is (130,62,194).

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

The process color (four color CMYK) of #823ec2 color hex is 0.33, 0.68, 0.00, 0.24. Web safe color of #823ec2 is #9933cc. Color #823ec2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00111110 11000010
Octal 202 76 302
Decimal 130 62 194
Hex 82 3E C2

RGB Percentages of Color #823ec2

%33.68
%16.06
%50.26

CMYK Percentages of Color #823ec2

%33
%68
%0
%24

Triadic Colors of #823ec2

#823ec2 #c2823e #3ec282

Analogous Colors of #823ec2

#823ec2 #c23ec0 #403ec2

Monochromatic Colors of #823ec2

#823ec2

Complementary Color

#823ec2 #7ec23e

#823ec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823ec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#823ec2 Color CSS Codes

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

#823ec2 Text Font Color

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

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


#823ec2 Background Color

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

This div background color is #823ec2


#823ec2 Border Color

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

This div border color is #823ec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823ec2


Comments

No comments written yet.

Please login to write comment.