Color Hex Logo

#7f9cca Color Hex

#7F9CCA
(127,156,202)
0 Favorites   0 Comments

Color spaces of #7f9cca

RGB 127156202
HSL0.600.410.65
HSV217°37°79°
CMYK 0.370.230.00   0.21
XYZ31.301532.553260.5107
Yxy32.55320.25170.2618
Hunter Lab57.0554-1.9191-22.9418
CIE-Lab63.79751.3313-26.8505

#7f9cca color RGB value is (127,156,202).

#7f9cca hex color red value is 127, green value is 156 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7f9cca hue: 0.60 , saturation: 0.41 and the lightness value of 7f9cca is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10011100 11001010
Octal 177 234 312
Decimal 127 156 202
Hex 7F 9C CA

RGB Percentages of Color #7f9cca

%26.19
%32.16
%41.65

CMYK Percentages of Color #7f9cca

%37
%23
%0
%21

Triadic Colors of #7f9cca

#7f9cca #ca7f9c #9cca7f

Analogous Colors of #7f9cca

#7f9cca #887fca #7fc2ca

Monochromatic Colors of #7f9cca

#7f9cca

Complementary Color

#7f9cca #caad7f

#7f9cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f9cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f9cca Color CSS Codes

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

#7f9cca Text Font Color

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

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


#7f9cca Background Color

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

This div background color is #7f9cca


#7f9cca Border Color

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

This div border color is #7f9cca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,156,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 #7f9cca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f9cca


Comments

No comments written yet.

Please login to write comment.