Color Hex Logo

#7c7297 Color Hex

#7C7297
(124,114,151)
0 Favorites   0 Comments

Color spaces of #7c7297

RGB 124114151
HSL0.710.150.52
HSV256°25°59°
CMYK 0.180.250.00   0.41
XYZ19.915418.554131.8098
Yxy18.55410.28340.2640
Hunter Lab43.07457.1488-13.6326
CIE-Lab50.161411.7968-18.6366

#7c7297 color RGB value is (124,114,151).

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

The process color (four color CMYK) of #7c7297 color hex is 0.18, 0.25, 0.00, 0.41. Web safe color of #7c7297 is #666699. Color #7c7297 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01110010 10010111
Octal 174 162 227
Decimal 124 114 151
Hex 7C 72 97

RGB Percentages of Color #7c7297

%31.88
%29.31
%38.82

CMYK Percentages of Color #7c7297

%18
%25
%0
%41

Triadic Colors of #7c7297

#7c7297 #977c72 #72977c

Analogous Colors of #7c7297

#7c7297 #8f7297 #727b97

Monochromatic Colors of #7c7297

#7c7297

Complementary Color

#7c7297 #8d9772

#7c7297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c7297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c7297 Color CSS Codes

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

#7c7297 Text Font Color

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

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


#7c7297 Background Color

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

This div background color is #7c7297


#7c7297 Border Color

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

This div border color is #7c7297


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c7297


Comments

No comments written yet.

Please login to write comment.