Color Hex Logo

#824deb Color Hex

#824DEB
(130,77,235)
0 Favorites   0 Comments

Color spaces of #824deb

RGB 13077235
HSL0.720.800.61
HSV260°67°92°
CMYK 0.450.670.00   0.08
XYZ26.855216.051780.2801
Yxy16.05170.21800.1303
Hunter Lab40.064649.5352-90.7582
CIE-Lab47.042256.3615-71.9875

#824deb color RGB value is (130,77,235).

#824deb hex color red value is 130, green value is 77 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #824deb hue: 0.72 , saturation: 0.80 and the lightness value of 824deb is 0.61.

The process color (four color CMYK) of #824deb color hex is 0.45, 0.67, 0.00, 0.08. Web safe color of #824deb is #9966ff. Color #824deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001101 11101011
Octal 202 115 353
Decimal 130 77 235
Hex 82 4D EB

RGB Percentages of Color #824deb

%29.41
%17.42
%53.17

CMYK Percentages of Color #824deb

%45
%67
%0
%8

Triadic Colors of #824deb

#824deb #eb824d #4deb82

Analogous Colors of #824deb

#824deb #d14deb #4d67eb

Monochromatic Colors of #824deb

#824deb

Complementary Color

#824deb #b6eb4d

#824deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#824deb Color CSS Codes

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

#824deb Text Font Color

<p style="color:#824deb">Text here</p>

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


#824deb Background Color

<div style="background-color:#824deb">
Div content here</div>

This div background color is #824deb


#824deb Border Color

<div style="border:3px solid #824deb">
Div here</div>

This div border color is #824deb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,77,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #824deb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #824deb;
  -webkit-box-shadow: 1px 1px 3px 2px #824deb;
  box-shadow:         1px 1px 3px 2px #824deb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824deb


Comments

No comments written yet.

Please login to write comment.