Color Hex Logo

#7829ce Color Hex

#7829CE
(120,41,206)
0 Favorites   0 Comments

Color spaces of #7829ce

RGB 12041206
HSL0.750.670.48
HSV269°80°81°
CMYK 0.420.800.00   0.19
XYZ19.679210.035259.2923
Yxy10.03520.22110.1127
Hunter Lab31.678455.4503-88.7980
CIE-Lab37.905563.4451-70.3807

#7829ce color RGB value is (120,41,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00101001 11001110
Octal 170 51 316
Decimal 120 41 206
Hex 78 29 CE

RGB Percentages of Color #7829ce

%32.70
%11.17
%56.13

CMYK Percentages of Color #7829ce

%42
%80
%0
%19

Triadic Colors of #7829ce

#7829ce #ce7829 #29ce78

Analogous Colors of #7829ce

#7829ce #cb29ce #292dce

Monochromatic Colors of #7829ce

#7829ce

Complementary Color

#7829ce #7fce29

#7829ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7829ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7829ce Color CSS Codes

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

#7829ce Text Font Color

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

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


#7829ce Background Color

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

This div background color is #7829ce


#7829ce Border Color

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

This div border color is #7829ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7829ce


Comments

No comments written yet.

Please login to write comment.