Color Hex Logo

#f76ddc Color Hex

#F76DDC
(247,109,220)
0 Favorites   0 Comments

Color spaces of #f76ddc

RGB 247109220
HSL0.870.900.70
HSV312°56°97°
CMYK 0.000.560.11   0.03
XYZ56.744735.878771.6447
Yxy35.87870.34540.2184
Hunter Lab59.898864.2777-28.9873
CIE-Lab66.427165.7270-31.8397

#f76ddc color RGB value is (247,109,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01101101 11011100
Octal 367 155 334
Decimal 247 109 220
Hex F7 6D DC

RGB Percentages of Color #f76ddc

%42.88
%18.92
%38.19

CMYK Percentages of Color #f76ddc

%0
%56
%11
%3

Triadic Colors of #f76ddc

#f76ddc #dcf76d #6ddcf7

Analogous Colors of #f76ddc

#f76ddc #f76d97 #cd6df7

Monochromatic Colors of #f76ddc

#f76ddc

Complementary Color

#f76ddc #6df788

#f76ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f76ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f76ddc Color CSS Codes

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

#f76ddc Text Font Color

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

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


#f76ddc Background Color

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

This div background color is #f76ddc


#f76ddc Border Color

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

This div border color is #f76ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f76ddc


Comments

No comments written yet.

Please login to write comment.