Color Hex Logo

#7fa1db Color Hex

#7FA1DB
(127,161,219)
0 Favorites   0 Comments

Color spaces of #7fa1db

RGB 127161219
HSL0.610.560.68
HSV218°42°86°
CMYK 0.420.260.00   0.14
XYZ34.283435.116271.9890
Yxy35.11620.24250.2484
Hunter Lab59.2589-0.4345-30.5455
CIE-Lab65.83903.1651-33.1319

#7fa1db color RGB value is (127,161,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10100001 11011011
Octal 177 241 333
Decimal 127 161 219
Hex 7F A1 DB

RGB Percentages of Color #7fa1db

%25.05
%31.76
%43.20

CMYK Percentages of Color #7fa1db

%42
%26
%0
%14

Triadic Colors of #7fa1db

#7fa1db #db7fa1 #a1db7f

Analogous Colors of #7fa1db

#7fa1db #8b7fdb #7fcfdb

Monochromatic Colors of #7fa1db

#7fa1db

Complementary Color

#7fa1db #dbb97f

#7fa1db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fa1db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fa1db Color CSS Codes

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

#7fa1db Text Font Color

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

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


#7fa1db Background Color

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

This div background color is #7fa1db


#7fa1db Border Color

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

This div border color is #7fa1db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fa1db


Comments

No comments written yet.

Please login to write comment.