Color Hex Logo

#f7b2df Color Hex

#F7B2DF
(247,178,223)
0 Favorites   0 Comments

Color spaces of #f7b2df

RGB 247178223
HSL0.890.810.83
HSV321°28°97°
CMYK 0.000.280.10   0.03
XYZ67.597456.942777.2403
Yxy56.94270.33500.2822
Hunter Lab75.460427.8446-7.8662
CIE-Lab80.147431.8789-12.5999

#f7b2df color RGB value is (247,178,223).

#f7b2df hex color red value is 247, green value is 178 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f7b2df hue: 0.89 , saturation: 0.81 and the lightness value of f7b2df is 0.83.

The process color (four color CMYK) of #f7b2df color hex is 0.00, 0.28, 0.10, 0.03. Web safe color of #f7b2df is #ff99cc. Color #f7b2df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10110010 11011111
Octal 367 262 337
Decimal 247 178 223
Hex F7 B2 DF

RGB Percentages of Color #f7b2df

%38.12
%27.47
%34.41

CMYK Percentages of Color #f7b2df

%0
%28
%10
%3

Triadic Colors of #f7b2df

#f7b2df #dff7b2 #b2dff7

Analogous Colors of #f7b2df

#f7b2df #f7b2bd #edb2f7

Monochromatic Colors of #f7b2df

#f7b2df

Complementary Color

#f7b2df #b2f7ca

#f7b2df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7b2df Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7b2df Color CSS Codes

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

#f7b2df Text Font Color

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

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


#f7b2df Background Color

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

This div background color is #f7b2df


#f7b2df Border Color

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

This div border color is #f7b2df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7b2df


Comments

No comments written yet.

Please login to write comment.