Color Hex Logo

#f7bdcd Color Hex

#F7BDCD
(247,189,205)
0 Favorites   0 Comments

Color spaces of #f7bdcd

RGB 247189205
HSL0.950.780.85
HSV343°23°97°
CMYK 0.000.230.17   0.03
XYZ67.574860.577165.8886
Yxy60.57710.34830.3122
Hunter Lab77.831318.77284.2896
CIE-Lab82.150923.19330.0595

#f7bdcd color RGB value is (247,189,205).

#f7bdcd hex color red value is 247, green value is 189 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f7bdcd hue: 0.95 , saturation: 0.78 and the lightness value of f7bdcd is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 10111101 11001101
Octal 367 275 315
Decimal 247 189 205
Hex F7 BD CD

RGB Percentages of Color #f7bdcd

%38.53
%29.49
%31.98

CMYK Percentages of Color #f7bdcd

%0
%23
%17
%3

Triadic Colors of #f7bdcd

#f7bdcd #cdf7bd #bdcdf7

Analogous Colors of #f7bdcd

#f7bdcd #f7cabd #f7bdea

Monochromatic Colors of #f7bdcd

#f7bdcd

Complementary Color

#f7bdcd #bdf7e7

#f7bdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7bdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7bdcd Color CSS Codes

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

#f7bdcd Text Font Color

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

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


#f7bdcd Background Color

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

This div background color is #f7bdcd


#f7bdcd Border Color

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

This div border color is #f7bdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7bdcd


Comments

No comments written yet.

Please login to write comment.