Color Hex Logo

#7fa0d2 Color Hex

#7FA0D2
(127,160,210)
0 Favorites   0 Comments

Color spaces of #7fa0d2

RGB 127160210
HSL0.600.480.66
HSV216°40°82°
CMYK 0.400.240.00   0.18
XYZ32.956134.306865.8577
Yxy34.30680.24760.2577
Hunter Lab58.5720-2.0663-25.6646
CIE-Lab65.20541.2426-29.1304

#7fa0d2 color RGB value is (127,160,210).

#7fa0d2 hex color red value is 127, green value is 160 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #7fa0d2 hue: 0.60 , saturation: 0.48 and the lightness value of 7fa0d2 is 0.66.

The process color (four color CMYK) of #7fa0d2 color hex is 0.40, 0.24, 0.00, 0.18. Web safe color of #7fa0d2 is #6699cc. Color #7fa0d2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10100000 11010010
Octal 177 240 322
Decimal 127 160 210
Hex 7F A0 D2

RGB Percentages of Color #7fa0d2

%25.55
%32.19
%42.25

CMYK Percentages of Color #7fa0d2

%40
%24
%0
%18

Triadic Colors of #7fa0d2

#7fa0d2 #d27fa0 #a0d27f

Analogous Colors of #7fa0d2

#7fa0d2 #887fd2 #7fcad2

Monochromatic Colors of #7fa0d2

#7fa0d2

Complementary Color

#7fa0d2 #d2b17f

#7fa0d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fa0d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fa0d2 Color CSS Codes

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

#7fa0d2 Text Font Color

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

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


#7fa0d2 Background Color

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

This div background color is #7fa0d2


#7fa0d2 Border Color

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

This div border color is #7fa0d2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fa0d2


Comments

No comments written yet.

Please login to write comment.