Color Hex Logo

#824efe Color Hex

#824EFE
(130,78,254)
0 Favorites   0 Comments

Color spaces of #824efe

RGB 13078254
HSL0.720.990.65
HSV258°69°100°
CMYK 0.490.690.00   0.00
XYZ29.819717.350495.5432
Yxy17.35040.20890.1216
Hunter Lab41.653854.8929-106.8384
CIE-Lab48.698560.8761-79.9248

#824efe color RGB value is (130,78,254).

#824efe hex color red value is 130, green value is 78 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #824efe hue: 0.72 , saturation: 0.99 and the lightness value of 824efe is 0.65.

The process color (four color CMYK) of #824efe color hex is 0.49, 0.69, 0.00, 0.00. Web safe color of #824efe is #9966ff. Color #824efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001110 11111110
Octal 202 116 376
Decimal 130 78 254
Hex 82 4E FE

RGB Percentages of Color #824efe

%28.14
%16.88
%54.98

CMYK Percentages of Color #824efe

%49
%69
%0
%0

Triadic Colors of #824efe

#824efe #fe824e #4efe82

Analogous Colors of #824efe

#824efe #da4efe #4e72fe

Monochromatic Colors of #824efe

#824efe

Complementary Color

#824efe #cafe4e

#824efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#824efe Color CSS Codes

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

#824efe Text Font Color

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

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


#824efe Background Color

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

This div background color is #824efe


#824efe Border Color

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

This div border color is #824efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824efe


Comments

No comments written yet.

Please login to write comment.