Color Hex Logo

#7824cf Color Hex

#7824CF
(120,36,207)
0 Favorites   0 Comments

Color spaces of #7824cf

RGB 12036207
HSL0.750.700.48
HSV269°83°81°
CMYK 0.420.830.00   0.19
XYZ19.63919.759859.8802
Yxy9.75980.22000.1093
Hunter Lab31.240757.5408-91.7749
CIE-Lab37.407865.3893-71.7768

#7824cf color RGB value is (120,36,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00100100 11001111
Octal 170 44 317
Decimal 120 36 207
Hex 78 24 CF

RGB Percentages of Color #7824cf

%33.06
%9.92
%57.02

CMYK Percentages of Color #7824cf

%42
%83
%0
%19

Triadic Colors of #7824cf

#7824cf #cf7824 #24cf78

Analogous Colors of #7824cf

#7824cf #ce24cf #2426cf

Monochromatic Colors of #7824cf

#7824cf

Complementary Color

#7824cf #7bcf24

#7824cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7824cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7824cf Color CSS Codes

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

#7824cf Text Font Color

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

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


#7824cf Background Color

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

This div background color is #7824cf


#7824cf Border Color

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

This div border color is #7824cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,36,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7824cf


Comments

No comments written yet.

Please login to write comment.