Color Hex Logo

#823bcb Color Hex

#823BCB
(130,59,203)
0 Favorites   0 Comments

Color spaces of #823bcb

RGB 13059203
HSL0.750.580.51
HSV270°71°80°
CMYK 0.360.710.00   0.20
XYZ21.549412.185657.7162
Yxy12.18560.23560.1332
Hunter Lab34.907949.1032-73.5937
CIE-Lab41.509656.9985-62.7067

#823bcb color RGB value is (130,59,203).

#823bcb hex color red value is 130, green value is 59 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #823bcb hue: 0.75 , saturation: 0.58 and the lightness value of 823bcb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00111011 11001011
Octal 202 73 313
Decimal 130 59 203
Hex 82 3B CB

RGB Percentages of Color #823bcb

%33.16
%15.05
%51.79

CMYK Percentages of Color #823bcb

%36
%71
%0
%20

Triadic Colors of #823bcb

#823bcb #cb823b #3bcb82

Analogous Colors of #823bcb

#823bcb #ca3bcb #3b3ccb

Monochromatic Colors of #823bcb

#823bcb

Complementary Color

#823bcb #84cb3b

#823bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#823bcb Color CSS Codes

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

#823bcb Text Font Color

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

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


#823bcb Background Color

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

This div background color is #823bcb


#823bcb Border Color

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

This div border color is #823bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823bcb


Comments

No comments written yet.

Please login to write comment.