Color Hex Logo

#7fa5cb Color Hex

#7FA5CB
(127,165,203)
0 Favorites   0 Comments

Color spaces of #7fa5cb

RGB 127165203
HSL0.580.420.65
HSV210°37°80°
CMYK 0.370.190.00   0.20
XYZ32.987035.734161.6587
Yxy35.73410.25300.2741
Hunter Lab59.7780-6.1107-19.3107
CIE-Lab66.3163-3.4359-23.5412

#7fa5cb color RGB value is (127,165,203).

#7fa5cb hex color red value is 127, green value is 165 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7fa5cb hue: 0.58 , saturation: 0.42 and the lightness value of 7fa5cb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10100101 11001011
Octal 177 245 313
Decimal 127 165 203
Hex 7F A5 CB

RGB Percentages of Color #7fa5cb

%25.66
%33.33
%41.01

CMYK Percentages of Color #7fa5cb

%37
%19
%0
%20

Triadic Colors of #7fa5cb

#7fa5cb #cb7fa5 #a5cb7f

Analogous Colors of #7fa5cb

#7fa5cb #7f7fcb #7fcbcb

Monochromatic Colors of #7fa5cb

#7fa5cb

Complementary Color

#7fa5cb #cba57f

#7fa5cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fa5cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fa5cb Color CSS Codes

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

#7fa5cb Text Font Color

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

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


#7fa5cb Background Color

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

This div background color is #7fa5cb


#7fa5cb Border Color

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

This div border color is #7fa5cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fa5cb


Comments

No comments written yet.

Please login to write comment.