Color Hex Logo

#823dff Color Hex

#823DFF
(130,61,255)
0 Favorites   0 Comments

Color spaces of #823dff

RGB 13061255
HSL0.731.000.62
HSV261°76°100°
CMYK 0.490.760.00   0.00
XYZ28.924715.303396.0371
Yxy15.30330.20620.1091
Hunter Lab39.119463.5229-118.1717
CIE-Lab46.046868.8722-84.8261

#823dff color RGB value is (130,61,255).

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

The process color (four color CMYK) of #823dff color hex is 0.49, 0.76, 0.00, 0.00. Web safe color of #823dff is #9933ff. Color #823dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00111101 11111111
Octal 202 75 377
Decimal 130 61 255
Hex 82 3D FF

RGB Percentages of Color #823dff

%29.15
%13.68
%57.17

CMYK Percentages of Color #823dff

%49
%76
%0
%0

Triadic Colors of #823dff

#823dff #ff823d #3dff82

Analogous Colors of #823dff

#823dff #e33dff #3d59ff

Monochromatic Colors of #823dff

#823dff

Complementary Color

#823dff #baff3d

#823dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#823dff Color CSS Codes

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

#823dff Text Font Color

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

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


#823dff Background Color

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

This div background color is #823dff


#823dff Border Color

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

This div border color is #823dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823dff

Related Colors


Comments

No comments written yet.

Please login to write comment.