Color Hex Logo

#7c9fca Color Hex

#7C9FCA
(124,159,202)
0 Favorites   0 Comments

Color spaces of #7c9fca

RGB 124159202
HSL0.590.420.64
HSV213°39°79°
CMYK 0.390.210.00   0.21
XYZ31.371033.345660.6600
Yxy33.34560.25020.2660
Hunter Lab57.7456-4.0827-21.8603
CIE-Lab64.4398-1.1818-25.8782

#7c9fca color RGB value is (124,159,202).

#7c9fca hex color red value is 124, green value is 159 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7c9fca hue: 0.59 , saturation: 0.42 and the lightness value of 7c9fca is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10011111 11001010
Octal 174 237 312
Decimal 124 159 202
Hex 7C 9F CA

RGB Percentages of Color #7c9fca

%25.57
%32.78
%41.65

CMYK Percentages of Color #7c9fca

%39
%21
%0
%21

Triadic Colors of #7c9fca

#7c9fca #ca7c9f #9fca7c

Analogous Colors of #7c9fca

#7c9fca #807cca #7cc6ca

Monochromatic Colors of #7c9fca

#7c9fca

Complementary Color

#7c9fca #caa77c

#7c9fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c9fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c9fca Color CSS Codes

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

#7c9fca Text Font Color

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

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


#7c9fca Background Color

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

This div background color is #7c9fca


#7c9fca Border Color

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

This div border color is #7c9fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c9fca


Comments

No comments written yet.

Please login to write comment.