Color Hex Logo

#7f9dde Color Hex

#7F9DDE
(127,157,222)
0 Favorites   0 Comments

Color spaces of #7f9dde

RGB 127157222
HSL0.610.590.68
HSV221°43°87°
CMYK 0.430.290.00   0.13
XYZ33.994233.899973.8589
Yxy33.89990.23980.2391
Hunter Lab58.22362.3269-34.4551
CIE-Lab64.88306.2821-36.2758

#7f9dde color RGB value is (127,157,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10011101 11011110
Octal 177 235 336
Decimal 127 157 222
Hex 7F 9D DE

RGB Percentages of Color #7f9dde

%25.10
%31.03
%43.87

CMYK Percentages of Color #7f9dde

%43
%29
%0
%13

Triadic Colors of #7f9dde

#7f9dde #de7f9d #9dde7f

Analogous Colors of #7f9dde

#7f9dde #917fde #7fcdde

Monochromatic Colors of #7f9dde

#7f9dde

Complementary Color

#7f9dde #dec07f

#7f9dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f9dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f9dde Color CSS Codes

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

#7f9dde Text Font Color

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

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


#7f9dde Background Color

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

This div background color is #7f9dde


#7f9dde Border Color

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

This div border color is #7f9dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f9dde


Comments

No comments written yet.

Please login to write comment.