Color Hex Logo

#7c8cc1 Color Hex

#7C8CC1
(124,140,193)
0 Favorites   0 Comments

Color spaces of #7c8cc1

RGB 124140193
HSL0.630.360.62
HSV226°36°76°
CMYK 0.360.270.00   0.24
XYZ27.315926.891554.2030
Yxy26.89150.25200.2481
Hunter Lab51.85703.2758-25.6723
CIE-Lab58.87387.2291-29.4153

#7c8cc1 color RGB value is (124,140,193).

#7c8cc1 hex color red value is 124, green value is 140 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #7c8cc1 hue: 0.63 , saturation: 0.36 and the lightness value of 7c8cc1 is 0.62.

The process color (four color CMYK) of #7c8cc1 color hex is 0.36, 0.27, 0.00, 0.24. Web safe color of #7c8cc1 is #6699cc. Color #7c8cc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10001100 11000001
Octal 174 214 301
Decimal 124 140 193
Hex 7C 8C C1

RGB Percentages of Color #7c8cc1

%27.13
%30.63
%42.23

CMYK Percentages of Color #7c8cc1

%36
%27
%0
%24

Triadic Colors of #7c8cc1

#7c8cc1 #c17c8c #8cc17c

Analogous Colors of #7c8cc1

#7c8cc1 #8f7cc1 #7cafc1

Monochromatic Colors of #7c8cc1

#7c8cc1

Complementary Color

#7c8cc1 #c1b17c

#7c8cc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c8cc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c8cc1 Color CSS Codes

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

#7c8cc1 Text Font Color

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

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


#7c8cc1 Background Color

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

This div background color is #7c8cc1


#7c8cc1 Border Color

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

This div border color is #7c8cc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c8cc1


Comments

No comments written yet.

Please login to write comment.