Color Hex Logo

#7824ce Color Hex

#7824CE
(120,36,206)
0 Favorites   0 Comments

Color spaces of #7824ce

RGB 12036206
HSL0.750.700.47
HSV270°83°81°
CMYK 0.420.830.00   0.19
XYZ19.51729.711159.2383
Yxy9.71110.22060.1098
Hunter Lab31.162657.2602-90.8929
CIE-Lab37.318965.1599-71.3426

#7824ce color RGB value is (120,36,206).

#7824ce hex color red value is 120, green value is 36 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7824ce hue: 0.75 , saturation: 0.70 and the lightness value of 7824ce is 0.47.

The process color (four color CMYK) of #7824ce color hex is 0.42, 0.83, 0.00, 0.19. Web safe color of #7824ce is #6633cc. Color #7824ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00100100 11001110
Octal 170 44 316
Decimal 120 36 206
Hex 78 24 CE

RGB Percentages of Color #7824ce

%33.15
%9.94
%56.91

CMYK Percentages of Color #7824ce

%42
%83
%0
%19

Triadic Colors of #7824ce

#7824ce #ce7824 #24ce78

Analogous Colors of #7824ce

#7824ce #cd24ce #2425ce

Monochromatic Colors of #7824ce

#7824ce

Complementary Color

#7824ce #7ace24

#7824ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7824ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7824ce Color CSS Codes

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

#7824ce Text Font Color

<p style="color:#7824ce">Text here</p>

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


#7824ce Background Color

<div style="background-color:#7824ce">
Div content here</div>

This div background color is #7824ce


#7824ce Border Color

<div style="border:3px solid #7824ce">
Div here</div>

This div border color is #7824ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,36,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7824ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7824ce;
  -webkit-box-shadow: 1px 1px 3px 2px #7824ce;
  box-shadow:         1px 1px 3px 2px #7824ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,36,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 #7824ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7824ce


Comments

No comments written yet.

Please login to write comment.