Color Hex Logo

#f77bdd Color Hex

#F77BDD
(247,123,221)
0 Favorites   0 Comments

Color spaces of #f77bdd

RGB 247123221
HSL0.870.890.73
HSV313°50°97°
CMYK 0.000.500.11   0.03
XYZ58.491939.160572.8825
Yxy39.16050.34300.2296
Hunter Lab62.578457.3316-25.2478
CIE-Lab68.867459.4862-28.6285

#f77bdd color RGB value is (247,123,221).

#f77bdd hex color red value is 247, green value is 123 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f77bdd hue: 0.87 , saturation: 0.89 and the lightness value of f77bdd is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01111011 11011101
Octal 367 173 335
Decimal 247 123 221
Hex F7 7B DD

RGB Percentages of Color #f77bdd

%41.79
%20.81
%37.39

CMYK Percentages of Color #f77bdd

%0
%50
%11
%3

Triadic Colors of #f77bdd

#f77bdd #ddf77b #7bddf7

Analogous Colors of #f77bdd

#f77bdd #f77b9f #d37bf7

Monochromatic Colors of #f77bdd

#f77bdd

Complementary Color

#f77bdd #7bf795

#f77bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f77bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f77bdd Color CSS Codes

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

#f77bdd Text Font Color

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

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


#f77bdd Background Color

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

This div background color is #f77bdd


#f77bdd Border Color

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

This div border color is #f77bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f77bdd


Comments

No comments written yet.

Please login to write comment.