Color Hex Logo

#7fa7ff Color Hex

#7FA7FF
(127,167,255)
0 Favorites   0 Comments

Color spaces of #7fa7ff

RGB 127167255
HSL0.611.000.75
HSV221°50°100°
CMYK 0.500.350.00   0.00
XYZ40.621139.3695100.0658
Yxy39.36950.22560.2187
Hunter Lab62.74515.7567-50.6340
CIE-Lab69.018110.1666-47.8659

#7fa7ff color RGB value is (127,167,255).

#7fa7ff hex color red value is 127, green value is 167 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7fa7ff hue: 0.61 , saturation: 1.00 and the lightness value of 7fa7ff is 0.75.

The process color (four color CMYK) of #7fa7ff color hex is 0.50, 0.35, 0.00, 0.00. Web safe color of #7fa7ff is #6699ff. Color #7fa7ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10100111 11111111
Octal 177 247 377
Decimal 127 167 255
Hex 7F A7 FF

RGB Percentages of Color #7fa7ff

%23.13
%30.42
%46.45

CMYK Percentages of Color #7fa7ff

%50
%35
%0
%0

Triadic Colors of #7fa7ff

#7fa7ff #ff7fa7 #a7ff7f

Analogous Colors of #7fa7ff

#7fa7ff #977fff #7fe7ff

Monochromatic Colors of #7fa7ff

#7fa7ff

Complementary Color

#7fa7ff #ffd77f

#7fa7ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fa7ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fa7ff Color CSS Codes

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

#7fa7ff Text Font Color

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

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


#7fa7ff Background Color

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

This div background color is #7fa7ff


#7fa7ff Border Color

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

This div border color is #7fa7ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fa7ff

Related Colors


Comments

No comments written yet.

Please login to write comment.