Color Hex Logo

#7c518f Color Hex

#7C518F
(124,81,143)
0 Favorites   0 Comments

Color spaces of #7c518f

RGB 12481143
HSL0.780.280.44
HSV282°43°56°
CMYK 0.130.430.00   0.44
XYZ16.212512.153127.4779
Yxy12.15310.29030.2176
Hunter Lab34.861322.0055-22.3299
CIE-Lab41.458429.6284-27.3214

#7c518f color RGB value is (124,81,143).

#7c518f hex color red value is 124, green value is 81 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #7c518f hue: 0.78 , saturation: 0.28 and the lightness value of 7c518f is 0.44.

The process color (four color CMYK) of #7c518f color hex is 0.13, 0.43, 0.00, 0.44. Web safe color of #7c518f is #666699. Color #7c518f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01010001 10001111
Octal 174 121 217
Decimal 124 81 143
Hex 7C 51 8F

RGB Percentages of Color #7c518f

%35.63
%23.28
%41.09

CMYK Percentages of Color #7c518f

%13
%43
%0
%44

Triadic Colors of #7c518f

#7c518f #8f7c51 #518f7c

Analogous Colors of #7c518f

#7c518f #8f5183 #5d518f

Monochromatic Colors of #7c518f

#7c518f

Complementary Color

#7c518f #648f51

#7c518f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c518f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c518f Color CSS Codes

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

#7c518f Text Font Color

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

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


#7c518f Background Color

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

This div background color is #7c518f


#7c518f Border Color

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

This div border color is #7c518f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c518f


Comments

No comments written yet.

Please login to write comment.