Color Hex Logo

#f707bd Color Hex

#F707BD
(247,7,189)
0 Favorites   0 Comments

Color spaces of #f707bd

RGB 2477189
HSL0.870.940.50
HSV315°97°97°
CMYK 0.000.970.23   0.03
XYZ47.619123.600250.1896
Yxy23.60020.39220.1944
Hunter Lab48.580089.9541-27.2484
CIE-Lab55.685388.1280-30.8998

#f707bd color RGB value is (247,7,189).

#f707bd hex color red value is 247, green value is 7 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f707bd hue: 0.87 , saturation: 0.94 and the lightness value of f707bd is 0.50.

The process color (four color CMYK) of #f707bd color hex is 0.00, 0.97, 0.23, 0.03. Web safe color of #f707bd is #ff00cc. Color #f707bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00000111 10111101
Octal 367 7 275
Decimal 247 7 189
Hex F7 7 BD

RGB Percentages of Color #f707bd

%55.76
%1.58
%42.66

CMYK Percentages of Color #f707bd

%0
%97
%23
%3

Triadic Colors of #f707bd

#f707bd #bdf707 #07bdf7

Analogous Colors of #f707bd

#f707bd #f70745 #b907f7

Monochromatic Colors of #f707bd

#f707bd

Complementary Color

#f707bd #07f741

#f707bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f707bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f707bd Color CSS Codes

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

#f707bd Text Font Color

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

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


#f707bd Background Color

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

This div background color is #f707bd


#f707bd Border Color

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

This div border color is #f707bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f707bd


Comments

No comments written yet.

Please login to write comment.