Color Hex Logo

#7f9fda Color Hex

#7F9FDA
(127,159,218)
0 Favorites   0 Comments

Color spaces of #7f9fda

RGB 127159218
HSL0.610.550.68
HSV219°42°85°
CMYK 0.420.270.00   0.15
XYZ33.805434.370371.1821
Yxy34.37030.24260.2466
Hunter Lab58.62620.3320-30.9497
CIE-Lab65.25544.0187-33.4846

#7f9fda color RGB value is (127,159,218).

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

The process color (four color CMYK) of #7f9fda color hex is 0.42, 0.27, 0.00, 0.15. Web safe color of #7f9fda is #6699cc. Color #7f9fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10011111 11011010
Octal 177 237 332
Decimal 127 159 218
Hex 7F 9F DA

RGB Percentages of Color #7f9fda

%25.20
%31.55
%43.25

CMYK Percentages of Color #7f9fda

%42
%27
%0
%15

Triadic Colors of #7f9fda

#7f9fda #da7f9f #9fda7f

Analogous Colors of #7f9fda

#7f9fda #8d7fda #7fcdda

Monochromatic Colors of #7f9fda

#7f9fda

Complementary Color

#7f9fda #daba7f

#7f9fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f9fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f9fda Color CSS Codes

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

#7f9fda Text Font Color

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

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


#7f9fda Background Color

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

This div background color is #7f9fda


#7f9fda Border Color

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

This div border color is #7f9fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f9fda


Comments

No comments written yet.

Please login to write comment.