Color Hex Logo

#f7bfda Color Hex

#F7BFDA
(247,191,218)
0 Favorites   0 Comments

Color spaces of #f7bfda

RGB 247191218
HSL0.920.780.86
HSV331°23°97°
CMYK 0.000.230.12   0.03
XYZ69.643562.097774.6451
Yxy62.09770.33740.3009
Hunter Lab78.802119.8506-1.0008
CIE-Lab82.965324.1908-5.7207

#f7bfda color RGB value is (247,191,218).

#f7bfda hex color red value is 247, green value is 191 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f7bfda hue: 0.92 , saturation: 0.78 and the lightness value of f7bfda is 0.86.

The process color (four color CMYK) of #f7bfda color hex is 0.00, 0.23, 0.12, 0.03. Web safe color of #f7bfda is #ffcccc. Color #f7bfda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10111111 11011010
Octal 367 277 332
Decimal 247 191 218
Hex F7 BF DA

RGB Percentages of Color #f7bfda

%37.65
%29.12
%33.23

CMYK Percentages of Color #f7bfda

%0
%23
%12
%3

Triadic Colors of #f7bfda

#f7bfda #daf7bf #bfdaf7

Analogous Colors of #f7bfda

#f7bfda #f7c0bf #f7bff6

Monochromatic Colors of #f7bfda

#f7bfda

Complementary Color

#f7bfda #bff7dc

#f7bfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7bfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7bfda Color CSS Codes

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

#f7bfda Text Font Color

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

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


#f7bfda Background Color

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

This div background color is #f7bfda


#f7bfda Border Color

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

This div border color is #f7bfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7bfda


Comments

No comments written yet.

Please login to write comment.