Color Hex Logo

#7fa3dc Color Hex

#7FA3DC
(127,163,220)
0 Favorites   0 Comments

Color spaces of #7fa3dc

RGB 127163220
HSL0.600.570.68
HSV217°42°86°
CMYK 0.420.260.00   0.14
XYZ34.767935.873772.8020
Yxy35.87370.24240.2501
Hunter Lab59.8947-1.1992-30.1408
CIE-Lab66.42332.3155-32.7779

#7fa3dc color RGB value is (127,163,220).

#7fa3dc hex color red value is 127, green value is 163 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7fa3dc hue: 0.60 , saturation: 0.57 and the lightness value of 7fa3dc is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10100011 11011100
Octal 177 243 334
Decimal 127 163 220
Hex 7F A3 DC

RGB Percentages of Color #7fa3dc

%24.90
%31.96
%43.14

CMYK Percentages of Color #7fa3dc

%42
%26
%0
%14

Triadic Colors of #7fa3dc

#7fa3dc #dc7fa3 #a3dc7f

Analogous Colors of #7fa3dc

#7fa3dc #8a7fdc #7fd2dc

Monochromatic Colors of #7fa3dc

#7fa3dc

Complementary Color

#7fa3dc #dcb87f

#7fa3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fa3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fa3dc Color CSS Codes

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

#7fa3dc Text Font Color

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

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


#7fa3dc Background Color

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

This div background color is #7fa3dc


#7fa3dc Border Color

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

This div border color is #7fa3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fa3dc


Comments

No comments written yet.

Please login to write comment.