Color Hex Logo

#7c8fce Color Hex

#7C8FCE
(124,143,206)
0 Favorites   0 Comments

Color spaces of #7c8fce

RGB 124143206
HSL0.630.460.65
HSV226°40°81°
CMYK 0.400.310.00   0.19
XYZ29.275228.386262.3286
Yxy28.38620.24400.2366
Hunter Lab53.27874.8432-32.0659
CIE-Lab60.23619.0648-34.6214

#7c8fce color RGB value is (124,143,206).

#7c8fce hex color red value is 124, green value is 143 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7c8fce hue: 0.63 , saturation: 0.46 and the lightness value of 7c8fce is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10001111 11001110
Octal 174 217 316
Decimal 124 143 206
Hex 7C 8F CE

RGB Percentages of Color #7c8fce

%26.22
%30.23
%43.55

CMYK Percentages of Color #7c8fce

%40
%31
%0
%19

Triadic Colors of #7c8fce

#7c8fce #ce7c8f #8fce7c

Analogous Colors of #7c8fce

#7c8fce #927cce #7cb8ce

Monochromatic Colors of #7c8fce

#7c8fce

Complementary Color

#7c8fce #cebb7c

#7c8fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c8fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c8fce Color CSS Codes

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

#7c8fce Text Font Color

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

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


#7c8fce Background Color

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

This div background color is #7c8fce


#7c8fce Border Color

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

This div border color is #7c8fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c8fce


Comments

No comments written yet.

Please login to write comment.