Color Hex Logo

#f7abca Color Hex

#F7ABCA
(247,171,202)
0 Favorites   0 Comments

Color spaces of #f7abca

RGB 247171202
HSL0.930.830.82
HSV336°31°97°
CMYK 0.000.310.18   0.03
XYZ63.581453.164262.7877
Yxy53.16420.35410.2961
Hunter Lab72.913828.0543-0.0163
CIE-Lab77.971832.2366-4.4491

#f7abca color RGB value is (247,171,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 10101011 11001010
Octal 367 253 312
Decimal 247 171 202
Hex F7 AB CA

RGB Percentages of Color #f7abca

%39.84
%27.58
%32.58

CMYK Percentages of Color #f7abca

%0
%31
%18
%3

Triadic Colors of #f7abca

#f7abca #caf7ab #abcaf7

Analogous Colors of #f7abca

#f7abca #f7b2ab #f7abf0

Monochromatic Colors of #f7abca

#f7abca

Complementary Color

#f7abca #abf7d8

#f7abca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7abca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7abca Color CSS Codes

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

#f7abca Text Font Color

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

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


#f7abca Background Color

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

This div background color is #f7abca


#f7abca Border Color

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

This div border color is #f7abca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7abca


Comments

No comments written yet.

Please login to write comment.