Color Hex Logo

#f7a6ca Color Hex

#F7A6CA
(247,166,202)
0 Favorites   0 Comments

Color spaces of #f7a6ca

RGB 247166202
HSL0.930.840.81
HSV333°33°97°
CMYK 0.000.330.18   0.03
XYZ62.654751.310962.4788
Yxy51.31090.35510.2908
Hunter Lab71.631630.7749-1.5720
CIE-Lab76.867034.8642-6.0807

#f7a6ca color RGB value is (247,166,202).

#f7a6ca hex color red value is 247, green value is 166 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f7a6ca hue: 0.93 , saturation: 0.84 and the lightness value of f7a6ca is 0.81.

The process color (four color CMYK) of #f7a6ca color hex is 0.00, 0.33, 0.18, 0.03. Web safe color of #f7a6ca is #ff99cc. Color #f7a6ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10100110 11001010
Octal 367 246 312
Decimal 247 166 202
Hex F7 A6 CA

RGB Percentages of Color #f7a6ca

%40.16
%26.99
%32.85

CMYK Percentages of Color #f7a6ca

%0
%33
%18
%3

Triadic Colors of #f7a6ca

#f7a6ca #caf7a6 #a6caf7

Analogous Colors of #f7a6ca

#f7a6ca #f7aba6 #f7a6f3

Monochromatic Colors of #f7a6ca

#f7a6ca

Complementary Color

#f7a6ca #a6f7d3

#f7a6ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7a6ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7a6ca Color CSS Codes

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

#f7a6ca Text Font Color

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

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


#f7a6ca Background Color

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

This div background color is #f7a6ca


#f7a6ca Border Color

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

This div border color is #f7a6ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,166,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f7a6ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f7a6ca;
  -webkit-box-shadow: 1px 1px 3px 2px #f7a6ca;
  box-shadow:         1px 1px 3px 2px #f7a6ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,166,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7a6ca


Comments

No comments written yet.

Please login to write comment.