Color Hex Logo

#7c298e Color Hex

#7C298E
(124,41,142)
0 Favorites   0 Comments

Color spaces of #7c298e

RGB 12441142
HSL0.800.550.36
HSV289°71°56°
CMYK 0.130.710.00   0.44
XYZ13.98767.824026.3641
Yxy7.82400.29030.1624
Hunter Lab27.971440.3121-36.3030
CIE-Lab33.613650.1285-39.1156

#7c298e color RGB value is (124,41,142).

#7c298e hex color red value is 124, green value is 41 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #7c298e hue: 0.80 , saturation: 0.55 and the lightness value of 7c298e is 0.36.

The process color (four color CMYK) of #7c298e color hex is 0.13, 0.71, 0.00, 0.44. Web safe color of #7c298e is #663399. Color #7c298e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00101001 10001110
Octal 174 51 216
Decimal 124 41 142
Hex 7C 29 8E

RGB Percentages of Color #7c298e

%40.39
%13.36
%46.25

CMYK Percentages of Color #7c298e

%13
%71
%0
%44

Triadic Colors of #7c298e

#7c298e #8e7c29 #298e7c

Analogous Colors of #7c298e

#7c298e #8e296e #49298e

Monochromatic Colors of #7c298e

#7c298e

Complementary Color

#7c298e #3b8e29

#7c298e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c298e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c298e Color CSS Codes

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

#7c298e Text Font Color

<p style="color:#7c298e">Text here</p>

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


#7c298e Background Color

<div style="background-color:#7c298e">
Div content here</div>

This div background color is #7c298e


#7c298e Border Color

<div style="border:3px solid #7c298e">
Div here</div>

This div border color is #7c298e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,41,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7c298e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7c298e;
  -webkit-box-shadow: 1px 1px 3px 2px #7c298e;
  box-shadow:         1px 1px 3px 2px #7c298e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,41,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c298e


Comments

No comments written yet.

Please login to write comment.