Color Hex Logo

#7c7199 Color Hex

#7C7199
(124,113,153)
0 Favorites   0 Comments

Color spaces of #7c7199

RGB 124113153
HSL0.710.160.52
HSV257°26°60°
CMYK 0.190.260.00   0.40
XYZ19.967118.395232.6353
Yxy18.39520.28120.2591
Hunter Lab42.88968.0431-15.0918
CIE-Lab49.972012.8700-20.1013

#7c7199 color RGB value is (124,113,153).

#7c7199 hex color red value is 124, green value is 113 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #7c7199 hue: 0.71 , saturation: 0.16 and the lightness value of 7c7199 is 0.52.

The process color (four color CMYK) of #7c7199 color hex is 0.19, 0.26, 0.00, 0.40. Web safe color of #7c7199 is #666699. Color #7c7199 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01110001 10011001
Octal 174 161 231
Decimal 124 113 153
Hex 7C 71 99

RGB Percentages of Color #7c7199

%31.79
%28.97
%39.23

CMYK Percentages of Color #7c7199

%19
%26
%0
%40

Triadic Colors of #7c7199

#7c7199 #997c71 #71997c

Analogous Colors of #7c7199

#7c7199 #907199 #717a99

Monochromatic Colors of #7c7199

#7c7199

Complementary Color

#7c7199 #8e9971

#7c7199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c7199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c7199 Color CSS Codes

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

#7c7199 Text Font Color

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

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


#7c7199 Background Color

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

This div background color is #7c7199


#7c7199 Border Color

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

This div border color is #7c7199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c7199


Comments

No comments written yet.

Please login to write comment.