Color Hex Logo

#7fa3fe Color Hex

#7FA3FE
(127,163,254)
0 Favorites   0 Comments

Color spaces of #7fa3fe

RGB 127163254
HSL0.620.980.75
HSV223°50°100°
CMYK 0.500.360.00   0.00
XYZ39.739037.862298.9796
Yxy37.86220.22500.2144
Hunter Lab61.53237.5981-52.3001
CIE-Lab67.918912.1581-49.0548

#7fa3fe color RGB value is (127,163,254).

#7fa3fe hex color red value is 127, green value is 163 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7fa3fe hue: 0.62 , saturation: 0.98 and the lightness value of 7fa3fe is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10100011 11111110
Octal 177 243 376
Decimal 127 163 254
Hex 7F A3 FE

RGB Percentages of Color #7fa3fe

%23.35
%29.96
%46.69

CMYK Percentages of Color #7fa3fe

%50
%36
%0
%0

Triadic Colors of #7fa3fe

#7fa3fe #fe7fa3 #a3fe7f

Analogous Colors of #7fa3fe

#7fa3fe #9b7ffe #7fe3fe

Monochromatic Colors of #7fa3fe

#7fa3fe

Complementary Color

#7fa3fe #feda7f

#7fa3fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fa3fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fa3fe Color CSS Codes

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

#7fa3fe Text Font Color

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

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


#7fa3fe Background Color

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

This div background color is #7fa3fe


#7fa3fe Border Color

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

This div border color is #7fa3fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fa3fe


Comments

No comments written yet.

Please login to write comment.