Color Hex Logo

#f7afca Color Hex

#F7AFCA
(247,175,202)
0 Favorites   0 Comments

Color spaces of #f7afca

RGB 247175202
HSL0.940.820.83
HSV338°29°97°
CMYK 0.000.290.18   0.03
XYZ64.348454.698463.0434
Yxy54.69840.35340.3004
Hunter Lab73.958425.87901.2310
CIE-Lab78.867230.1286-3.1311

#f7afca color RGB value is (247,175,202).

#f7afca hex color red value is 247, green value is 175 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f7afca hue: 0.94 , saturation: 0.82 and the lightness value of f7afca is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 10101111 11001010
Octal 367 257 312
Decimal 247 175 202
Hex F7 AF CA

RGB Percentages of Color #f7afca

%39.58
%28.04
%32.37

CMYK Percentages of Color #f7afca

%0
%29
%18
%3

Triadic Colors of #f7afca

#f7afca #caf7af #afcaf7

Analogous Colors of #f7afca

#f7afca #f7b8af #f7afee

Monochromatic Colors of #f7afca

#f7afca

Complementary Color

#f7afca #aff7dc

#f7afca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7afca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7afca Color CSS Codes

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

#f7afca Text Font Color

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

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


#f7afca Background Color

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

This div background color is #f7afca


#f7afca Border Color

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

This div border color is #f7afca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,175,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 #f7afca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7afca


Comments

No comments written yet.

Please login to write comment.