Color Hex Logo

#823ffc Color Hex

#823FFC
(130,63,252)
0 Favorites   0 Comments

Color spaces of #823ffc

RGB 13063252
HSL0.730.970.62
HSV261°75°99°
CMYK 0.480.750.00   0.01
XYZ28.554115.329193.5493
Yxy15.32910.20780.1115
Hunter Lab39.152461.6645-114.2587
CIE-Lab46.081767.2794-83.0953

#823ffc color RGB value is (130,63,252).

#823ffc hex color red value is 130, green value is 63 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #823ffc hue: 0.73 , saturation: 0.97 and the lightness value of 823ffc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00111111 11111100
Octal 202 77 374
Decimal 130 63 252
Hex 82 3F FC

RGB Percentages of Color #823ffc

%29.21
%14.16
%56.63

CMYK Percentages of Color #823ffc

%48
%75
%0
%1

Triadic Colors of #823ffc

#823ffc #fc823f #3ffc82

Analogous Colors of #823ffc

#823ffc #e13ffc #3f5bfc

Monochromatic Colors of #823ffc

#823ffc

Complementary Color

#823ffc #b9fc3f

#823ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#823ffc Color CSS Codes

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

#823ffc Text Font Color

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

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


#823ffc Background Color

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

This div background color is #823ffc


#823ffc Border Color

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

This div border color is #823ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823ffc


Comments

No comments written yet.

Please login to write comment.