Color Hex Logo

#824feb Color Hex

#824FEB
(130,79,235)
0 Favorites   0 Comments

Color spaces of #824feb

RGB 13079235
HSL0.720.800.62
HSV260°66°92°
CMYK 0.450.660.00   0.08
XYZ26.997316.335980.3275
Yxy16.33590.21830.1321
Hunter Lab40.417748.4994-89.5426
CIE-Lab47.412155.3448-71.3853

#824feb color RGB value is (130,79,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001111 11101011
Octal 202 117 353
Decimal 130 79 235
Hex 82 4F EB

RGB Percentages of Color #824feb

%29.28
%17.79
%52.93

CMYK Percentages of Color #824feb

%45
%66
%0
%8

Triadic Colors of #824feb

#824feb #eb824f #4feb82

Analogous Colors of #824feb

#824feb #d04feb #4f6aeb

Monochromatic Colors of #824feb

#824feb

Complementary Color

#824feb #b8eb4f

#824feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#824feb Color CSS Codes

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

#824feb Text Font Color

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

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


#824feb Background Color

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

This div background color is #824feb


#824feb Border Color

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

This div border color is #824feb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,79,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 #824feb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824feb


Comments

No comments written yet.

Please login to write comment.