Color Hex Logo

#824fce Color Hex

#824FCE
(130,79,206)
0 Favorites   0 Comments

Color spaces of #824fce

RGB 13079206
HSL0.730.560.56
HSV264°62°81°
CMYK 0.370.620.00   0.19
XYZ23.142514.794060.0283
Yxy14.79400.23620.1510
Hunter Lab38.463040.0902-65.6085
CIE-Lab45.350747.7771-58.2171

#824fce color RGB value is (130,79,206).

#824fce hex color red value is 130, green value is 79 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #824fce hue: 0.73 , saturation: 0.56 and the lightness value of 824fce is 0.56.

The process color (four color CMYK) of #824fce color hex is 0.37, 0.62, 0.00, 0.19. Web safe color of #824fce is #9966cc. Color #824fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001111 11001110
Octal 202 117 316
Decimal 130 79 206
Hex 82 4F CE

RGB Percentages of Color #824fce

%31.33
%19.04
%49.64

CMYK Percentages of Color #824fce

%37
%62
%0
%19

Triadic Colors of #824fce

#824fce #ce824f #4fce82

Analogous Colors of #824fce

#824fce #c24fce #4f5cce

Monochromatic Colors of #824fce

#824fce

Complementary Color

#824fce #9bce4f

#824fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#824fce Color CSS Codes

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

#824fce Text Font Color

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

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


#824fce Background Color

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

This div background color is #824fce


#824fce Border Color

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

This div border color is #824fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824fce


Comments

No comments written yet.

Please login to write comment.