Color Hex Logo

#f76bdc Color Hex

#F76BDC
(247,107,220)
0 Favorites   0 Comments

Color spaces of #f76bdc

RGB 247107220
HSL0.870.900.69
HSV312°57°97°
CMYK 0.000.570.11   0.03
XYZ56.533735.456971.5743
Yxy35.45690.34560.2168
Hunter Lab59.545765.2660-29.5850
CIE-Lab66.102966.6023-32.3418

#f76bdc color RGB value is (247,107,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01101011 11011100
Octal 367 153 334
Decimal 247 107 220
Hex F7 6B DC

RGB Percentages of Color #f76bdc

%43.03
%18.64
%38.33

CMYK Percentages of Color #f76bdc

%0
%57
%11
%3

Triadic Colors of #f76bdc

#f76bdc #dcf76b #6bdcf7

Analogous Colors of #f76bdc

#f76bdc #f76b96 #cc6bf7

Monochromatic Colors of #f76bdc

#f76bdc

Complementary Color

#f76bdc #6bf786

#f76bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f76bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f76bdc Color CSS Codes

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

#f76bdc Text Font Color

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

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


#f76bdc Background Color

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

This div background color is #f76bdc


#f76bdc Border Color

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

This div border color is #f76bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f76bdc


Comments

No comments written yet.

Please login to write comment.