Color Hex Logo

#823dbe Color Hex

#823DBE
(130,61,190)
0 Favorites   0 Comments

Color spaces of #823dbe

RGB 13061190
HSL0.760.510.49
HSV272°68°75°
CMYK 0.320.680.00   0.25
XYZ20.168911.801049.9300
Yxy11.80100.24630.1441
Hunter Lab34.352644.6829-62.1287
CIE-Lab40.898152.9796-56.1281

#823dbe color RGB value is (130,61,190).

#823dbe hex color red value is 130, green value is 61 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #823dbe hue: 0.76 , saturation: 0.51 and the lightness value of 823dbe is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00111101 10111110
Octal 202 75 276
Decimal 130 61 190
Hex 82 3D BE

RGB Percentages of Color #823dbe

%34.12
%16.01
%49.87

CMYK Percentages of Color #823dbe

%32
%68
%0
%25

Triadic Colors of #823dbe

#823dbe #be823d #3dbe82

Analogous Colors of #823dbe

#823dbe #be3dba #423dbe

Monochromatic Colors of #823dbe

#823dbe

Complementary Color

#823dbe #79be3d

#823dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#823dbe Color CSS Codes

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

#823dbe Text Font Color

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

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


#823dbe Background Color

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

This div background color is #823dbe


#823dbe Border Color

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

This div border color is #823dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823dbe


Comments

No comments written yet.

Please login to write comment.