Color Hex Logo

#f76dbd Color Hex

#F76DBD
(247,109,189)
0 Favorites   0 Comments

Color spaces of #f76dbd

RGB 247109189
HSL0.900.900.70
HSV325°56°97°
CMYK 0.000.560.23   0.03
XYZ53.011734.385651.9872
Yxy34.38560.38030.2467
Hunter Lab58.639258.7509-11.5167
CIE-Lab65.267561.2829-16.2016

#f76dbd color RGB value is (247,109,189).

#f76dbd hex color red value is 247, green value is 109 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f76dbd hue: 0.90 , saturation: 0.90 and the lightness value of f76dbd is 0.70.

The process color (four color CMYK) of #f76dbd color hex is 0.00, 0.56, 0.23, 0.03. Web safe color of #f76dbd is #ff66cc. Color #f76dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01101101 10111101
Octal 367 155 275
Decimal 247 109 189
Hex F7 6D BD

RGB Percentages of Color #f76dbd

%45.32
%20.00
%34.68

CMYK Percentages of Color #f76dbd

%0
%56
%23
%3

Triadic Colors of #f76dbd

#f76dbd #bdf76d #6dbdf7

Analogous Colors of #f76dbd

#f76dbd #f76d78 #ec6df7

Monochromatic Colors of #f76dbd

#f76dbd

Complementary Color

#f76dbd #6df7a7

#f76dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f76dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f76dbd Color CSS Codes

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

#f76dbd Text Font Color

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

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


#f76dbd Background Color

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

This div background color is #f76dbd


#f76dbd Border Color

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

This div border color is #f76dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f76dbd


Comments

No comments written yet.

Please login to write comment.