color codes Logo

#f7bcdb color codes

#F7BCDB
(247,188,219)
0 Favorites   0 Comments

Color spaces of #f7bcdb

RGB 247188219
HSL0.910.790.85
HSV328°24°97°
CMYK 0.000.240.11   0.03
XYZ69.127260.855175.1206
Yxy60.85510.33700.2967
Hunter Lab78.009721.6584-2.4874
CIE-Lab82.300825.9386-7.2402

#f7bcdb color RGB value is (247,188,219).

#f7bcdb hex color red value is 247, green value is 188 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f7bcdb hue: 0.91 , saturation: 0.79 and the lightness value of f7bcdb is 0.85.

The process color (four color CMYK) of #f7bcdb color code is 0.00, 0.24, 0.11, 0.03. Web safe color of #f7bcdb is #ffcccc. Color #f7bcdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10111100 11011011
Octal 367 274 333
Decimal 247 188 219
Hex F7 BC DB

RGB Percentages of Color #f7bcdb

%37.77
%28.75
%33.49

CMYK Percentages of Color #f7bcdb

%0
%24
%11
%3

Triadic Colors of #f7bcdb

#f7bcdb #dbf7bc #bcdbf7

Analogous Colors of #f7bcdb

#f7bcdb #f7bcbe #f6bcf7

Monochromatic Colors of #f7bcdb

#f7bcdb

Complementary Color

#f7bcdb #bcf7d8

#f7bcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7bcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7bcdb Color CSS Codes

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

#f7bcdb Text Font Color

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

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


#f7bcdb Background Color

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

This div background color is #f7bcdb


#f7bcdb Border Color

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

This div border color is #f7bcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7bcdb


Comments

No comments written yet.

Please login to write comment.