Color Hex Logo

#7c8dcc Color Hex

#7C8DCC
(124,141,204)
0 Favorites   0 Comments

Color spaces of #7c8dcc

RGB 124141204
HSL0.630.440.64
HSV227°39°80°
CMYK 0.390.310.00   0.20
XYZ28.736127.694560.9578
Yxy27.69450.24480.2359
Hunter Lab52.62565.3749-31.8395
CIE-Lab59.61179.6703-34.4713

#7c8dcc color RGB value is (124,141,204).

#7c8dcc hex color red value is 124, green value is 141 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7c8dcc hue: 0.63 , saturation: 0.44 and the lightness value of 7c8dcc is 0.64.

The process color (four color CMYK) of #7c8dcc color hex is 0.39, 0.31, 0.00, 0.20. Web safe color of #7c8dcc is #6699cc. Color #7c8dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10001101 11001100
Octal 174 215 314
Decimal 124 141 204
Hex 7C 8D CC

RGB Percentages of Color #7c8dcc

%26.44
%30.06
%43.50

CMYK Percentages of Color #7c8dcc

%39
%31
%0
%20

Triadic Colors of #7c8dcc

#7c8dcc #cc7c8d #8dcc7c

Analogous Colors of #7c8dcc

#7c8dcc #937ccc #7cb5cc

Monochromatic Colors of #7c8dcc

#7c8dcc

Complementary Color

#7c8dcc #ccbb7c

#7c8dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c8dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c8dcc Color CSS Codes

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

#7c8dcc Text Font Color

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

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


#7c8dcc Background Color

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

This div background color is #7c8dcc


#7c8dcc Border Color

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

This div border color is #7c8dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c8dcc


Comments

No comments written yet.

Please login to write comment.