Color Hex Logo

#f702bd Color Hex

#F702BD
(247,2,189)
0 Favorites   0 Comments

Color spaces of #f702bd

RGB 2472189
HSL0.870.980.49
HSV314°99°97°
CMYK 0.000.990.23   0.03
XYZ47.564823.491750.1715
Yxy23.49170.39240.1938
Hunter Lab48.468290.3534-27.4458
CIE-Lab55.575288.4512-31.0709

#f702bd color RGB value is (247,2,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00000010 10111101
Octal 367 2 275
Decimal 247 2 189
Hex F7 2 BD

RGB Percentages of Color #f702bd

%56.39
%0.46
%43.15

CMYK Percentages of Color #f702bd

%0
%99
%23
%3

Triadic Colors of #f702bd

#f702bd #bdf702 #02bdf7

Analogous Colors of #f702bd

#f702bd #f70242 #b702f7

Monochromatic Colors of #f702bd

#f702bd

Complementary Color

#f702bd #02f73c

#f702bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f702bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f702bd Color CSS Codes

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

#f702bd Text Font Color

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

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


#f702bd Background Color

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

This div background color is #f702bd


#f702bd Border Color

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

This div border color is #f702bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,2,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 #f702bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f702bd


Comments

No comments written yet.

Please login to write comment.