Color Hex Logo

#823afa Color Hex

#823AFA
(130,58,250)
0 Favorites   0 Comments

Color spaces of #823afa

RGB 13058250
HSL0.730.950.60
HSV263°77°98°
CMYK 0.480.770.00   0.02
XYZ27.974314.674191.8004
Yxy14.67410.20810.1091
Hunter Lab38.306863.3163-115.2709
CIE-Lab45.184668.8643-83.4498

#823afa color RGB value is (130,58,250).

#823afa hex color red value is 130, green value is 58 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #823afa hue: 0.73 , saturation: 0.95 and the lightness value of 823afa is 0.60.

The process color (four color CMYK) of #823afa color hex is 0.48, 0.77, 0.00, 0.02. Web safe color of #823afa is #9933ff. Color #823afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00111010 11111010
Octal 202 72 372
Decimal 130 58 250
Hex 82 3A FA

RGB Percentages of Color #823afa

%29.68
%13.24
%57.08

CMYK Percentages of Color #823afa

%48
%77
%0
%2

Triadic Colors of #823afa

#823afa #fa823a #3afa82

Analogous Colors of #823afa

#823afa #e23afa #3a52fa

Monochromatic Colors of #823afa

#823afa

Complementary Color

#823afa #b2fa3a

#823afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#823afa Color CSS Codes

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

#823afa Text Font Color

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

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


#823afa Background Color

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

This div background color is #823afa


#823afa Border Color

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

This div border color is #823afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823afa


Comments

No comments written yet.

Please login to write comment.