Color Hex Logo

#f780ce Color Hex

#F780CE
(247,128,206)
0 Favorites   0 Comments

Color spaces of #f780ce

RGB 247128206
HSL0.890.880.74
HSV321°48°97°
CMYK 0.000.480.17   0.03
XYZ57.217539.668763.0337
Yxy39.66870.35780.2481
Hunter Lab62.983151.9394-15.2495
CIE-Lab69.232954.7992-19.7334

#f780ce color RGB value is (247,128,206).

#f780ce hex color red value is 247, green value is 128 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f780ce hue: 0.89 , saturation: 0.88 and the lightness value of f780ce is 0.74.

The process color (four color CMYK) of #f780ce color hex is 0.00, 0.48, 0.17, 0.03. Web safe color of #f780ce is #ff99cc. Color #f780ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10000000 11001110
Octal 367 200 316
Decimal 247 128 206
Hex F7 80 CE

RGB Percentages of Color #f780ce

%42.51
%22.03
%35.46

CMYK Percentages of Color #f780ce

%0
%48
%17
%3

Triadic Colors of #f780ce

#f780ce #cef780 #80cef7

Analogous Colors of #f780ce

#f780ce #f78093 #e580f7

Monochromatic Colors of #f780ce

#f780ce

Complementary Color

#f780ce #80f7a9

#f780ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f780ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f780ce Color CSS Codes

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

#f780ce Text Font Color

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

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


#f780ce Background Color

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

This div background color is #f780ce


#f780ce Border Color

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

This div border color is #f780ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f780ce


Comments

No comments written yet.

Please login to write comment.