Color Hex Logo

#7c8fbd Color Hex

#7C8FBD
(124,143,189)
0 Favorites   0 Comments

Color spaces of #7c8fbd

RGB 124143189
HSL0.620.330.61
HSV222°34°74°
CMYK 0.340.240.00   0.26
XYZ27.319927.604152.0323
Yxy27.60410.25540.2581
Hunter Lab52.53960.8733-21.9398
CIE-Lab59.52944.4193-26.1401

#7c8fbd color RGB value is (124,143,189).

#7c8fbd hex color red value is 124, green value is 143 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7c8fbd hue: 0.62 , saturation: 0.33 and the lightness value of 7c8fbd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10001111 10111101
Octal 174 217 275
Decimal 124 143 189
Hex 7C 8F BD

RGB Percentages of Color #7c8fbd

%27.19
%31.36
%41.45

CMYK Percentages of Color #7c8fbd

%34
%24
%0
%26

Triadic Colors of #7c8fbd

#7c8fbd #bd7c8f #8fbd7c

Analogous Colors of #7c8fbd

#7c8fbd #8a7cbd #7cb0bd

Monochromatic Colors of #7c8fbd

#7c8fbd

Complementary Color

#7c8fbd #bdaa7c

#7c8fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c8fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c8fbd Color CSS Codes

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

#7c8fbd Text Font Color

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

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


#7c8fbd Background Color

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

This div background color is #7c8fbd


#7c8fbd Border Color

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

This div border color is #7c8fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c8fbd


Comments

No comments written yet.

Please login to write comment.