Color Hex Logo

#7c288c Color Hex

#7C288C
(124,40,140)
0 Favorites   0 Comments

Color spaces of #7c288c

RGB 12440140
HSL0.810.560.35
HSV290°71°55°
CMYK 0.110.710.00   0.45
XYZ13.80467.696125.5689
Yxy7.69610.29330.1635
Hunter Lab27.741840.2750-35.2267
CIE-Lab33.341850.1439-38.3181

#7c288c color RGB value is (124,40,140).

#7c288c hex color red value is 124, green value is 40 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #7c288c hue: 0.81 , saturation: 0.56 and the lightness value of 7c288c is 0.35.

The process color (four color CMYK) of #7c288c color hex is 0.11, 0.71, 0.00, 0.45. Web safe color of #7c288c is #663399. Color #7c288c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00101000 10001100
Octal 174 50 214
Decimal 124 40 140
Hex 7C 28 8C

RGB Percentages of Color #7c288c

%40.79
%13.16
%46.05

CMYK Percentages of Color #7c288c

%11
%71
%0
%45

Triadic Colors of #7c288c

#7c288c #8c7c28 #288c7c

Analogous Colors of #7c288c

#7c288c #8c286a #4a288c

Monochromatic Colors of #7c288c

#7c288c

Complementary Color

#7c288c #388c28

#7c288c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c288c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c288c Color CSS Codes

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

#7c288c Text Font Color

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

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


#7c288c Background Color

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

This div background color is #7c288c


#7c288c Border Color

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

This div border color is #7c288c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c288c


Comments

No comments written yet.

Please login to write comment.