Color Hex Logo

#824fef Color Hex

#824FEF
(130,79,239)
0 Favorites   0 Comments

Color spaces of #824fef

RGB 13079239
HSL0.720.830.62
HSV259°67°94°
CMYK 0.460.670.00   0.06
XYZ27.581916.569883.4059
Yxy16.56980.21620.1299
Hunter Lab40.706049.7139-92.9899
CIE-Lab47.713356.4019-73.1457

#824fef color RGB value is (130,79,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001111 11101111
Octal 202 117 357
Decimal 130 79 239
Hex 82 4F EF

RGB Percentages of Color #824fef

%29.02
%17.63
%53.35

CMYK Percentages of Color #824fef

%46
%67
%0
%6

Triadic Colors of #824fef

#824fef #ef824f #4fef82

Analogous Colors of #824fef

#824fef #d24fef #4f6cef

Monochromatic Colors of #824fef

#824fef

Complementary Color

#824fef #bcef4f

#824fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#824fef Color CSS Codes

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

#824fef Text Font Color

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

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


#824fef Background Color

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

This div background color is #824fef


#824fef Border Color

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

This div border color is #824fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824fef


Comments

No comments written yet.

Please login to write comment.