Color Hex Logo

#7f9fde Color Hex

#7F9FDE
(127,159,222)
0 Favorites   0 Comments

Color spaces of #7f9fde

RGB 127159222
HSL0.610.590.68
HSV220°43°87°
CMYK 0.430.280.00   0.13
XYZ34.335334.582273.9726
Yxy34.58220.24030.2420
Hunter Lab58.80661.3088-33.4160
CIE-Lab65.42215.1418-35.4366

#7f9fde color RGB value is (127,159,222).

#7f9fde hex color red value is 127, green value is 159 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7f9fde hue: 0.61 , saturation: 0.59 and the lightness value of 7f9fde is 0.68.

The process color (four color CMYK) of #7f9fde color hex is 0.43, 0.28, 0.00, 0.13. Web safe color of #7f9fde is #6699cc. Color #7f9fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10011111 11011110
Octal 177 237 336
Decimal 127 159 222
Hex 7F 9F DE

RGB Percentages of Color #7f9fde

%25.00
%31.30
%43.70

CMYK Percentages of Color #7f9fde

%43
%28
%0
%13

Triadic Colors of #7f9fde

#7f9fde #de7f9f #9fde7f

Analogous Colors of #7f9fde

#7f9fde #8f7fde #7fcfde

Monochromatic Colors of #7f9fde

#7f9fde

Complementary Color

#7f9fde #debe7f

#7f9fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f9fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f9fde Color CSS Codes

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

#7f9fde Text Font Color

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

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


#7f9fde Background Color

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

This div background color is #7f9fde


#7f9fde Border Color

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

This div border color is #7f9fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f9fde


Comments

No comments written yet.

Please login to write comment.