Color Hex Logo

#823fde Color Hex

#823FDE
(130,63,222)
0 Favorites   0 Comments

Color spaces of #823fde

RGB 13063222
HSL0.740.710.56
HSV265°72°87°
CMYK 0.410.720.00   0.13
XYZ24.168213.574870.4536
Yxy13.57480.22340.1255
Hunter Lab36.844052.6119-87.5844
CIE-Lab43.616959.7968-70.1983

#823fde color RGB value is (130,63,222).

#823fde hex color red value is 130, green value is 63 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #823fde hue: 0.74 , saturation: 0.71 and the lightness value of 823fde is 0.56.

The process color (four color CMYK) of #823fde color hex is 0.41, 0.72, 0.00, 0.13. Web safe color of #823fde is #9933cc. Color #823fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00111111 11011110
Octal 202 77 336
Decimal 130 63 222
Hex 82 3F DE

RGB Percentages of Color #823fde

%31.33
%15.18
%53.49

CMYK Percentages of Color #823fde

%41
%72
%0
%13

Triadic Colors of #823fde

#823fde #de823f #3fde82

Analogous Colors of #823fde

#823fde #d23fde #3f4bde

Monochromatic Colors of #823fde

#823fde

Complementary Color

#823fde #9bde3f

#823fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#823fde Color CSS Codes

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

#823fde Text Font Color

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

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


#823fde Background Color

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

This div background color is #823fde


#823fde Border Color

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

This div border color is #823fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823fde


Comments

No comments written yet.

Please login to write comment.