Color Hex Logo

#824efc Color Hex

#824EFC
(130,78,252)
0 Favorites   0 Comments

Color spaces of #824efc

RGB 13078252
HSL0.720.970.65
HSV258°69°99°
CMYK 0.480.690.00   0.01
XYZ29.501017.222993.8649
Yxy17.22290.20980.1225
Hunter Lab41.500554.2625-105.0505
CIE-Lab48.539760.3461-79.0710

#824efc color RGB value is (130,78,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001110 11111100
Octal 202 116 374
Decimal 130 78 252
Hex 82 4E FC

RGB Percentages of Color #824efc

%28.26
%16.96
%54.78

CMYK Percentages of Color #824efc

%48
%69
%0
%1

Triadic Colors of #824efc

#824efc #fc824e #4efc82

Analogous Colors of #824efc

#824efc #d94efc #4e71fc

Monochromatic Colors of #824efc

#824efc

Complementary Color

#824efc #c8fc4e

#824efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#824efc Color CSS Codes

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

#824efc Text Font Color

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

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


#824efc Background Color

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

This div background color is #824efc


#824efc Border Color

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

This div border color is #824efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824efc


Comments

No comments written yet.

Please login to write comment.