Color Hex Logo

#823eba Color Hex

#823EBA
(130,62,186)
0 Favorites   0 Comments

Color spaces of #823eba

RGB 13062186
HSL0.760.500.49
HSV273°67°73°
CMYK 0.300.670.00   0.27
XYZ19.791511.736247.6766
Yxy11.73620.24990.1482
Hunter Lab34.258143.1707-58.5324
CIE-Lab40.793751.5575-53.9520

#823eba color RGB value is (130,62,186).

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

The process color (four color CMYK) of #823eba color hex is 0.30, 0.67, 0.00, 0.27. Web safe color of #823eba is #9933cc. Color #823eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00111110 10111010
Octal 202 76 272
Decimal 130 62 186
Hex 82 3E BA

RGB Percentages of Color #823eba

%34.39
%16.40
%49.21

CMYK Percentages of Color #823eba

%30
%67
%0
%27

Triadic Colors of #823eba

#823eba #ba823e #3eba82

Analogous Colors of #823eba

#823eba #ba3eb4 #443eba

Monochromatic Colors of #823eba

#823eba

Complementary Color

#823eba #76ba3e

#823eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#823eba Color CSS Codes

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

#823eba Text Font Color

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

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


#823eba Background Color

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

This div background color is #823eba


#823eba Border Color

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

This div border color is #823eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823eba


Comments

No comments written yet.

Please login to write comment.