Color Hex Logo

#f47dbe Color Hex

#F47DBE
(244,125,190)
0 Favorites   0 Comments

Color spaces of #f47dbe

RGB 244125190
HSL0.910.840.72
HSV327°49°96°
CMYK 0.000.490.22   0.04
XYZ53.936137.618053.1335
Yxy37.61800.37280.2600
Hunter Lab61.333549.6375-8.4297
CIE-Lab67.738153.0122-13.0824

#f47dbe color RGB value is (244,125,190).

#f47dbe hex color red value is 244, green value is 125 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f47dbe hue: 0.91 , saturation: 0.84 and the lightness value of f47dbe is 0.72.

The process color (four color CMYK) of #f47dbe color hex is 0.00, 0.49, 0.22, 0.04. Web safe color of #f47dbe is #ff66cc. Color #f47dbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01111101 10111110
Octal 364 175 276
Decimal 244 125 190
Hex F4 7D BE

RGB Percentages of Color #f47dbe

%43.65
%22.36
%33.99

CMYK Percentages of Color #f47dbe

%0
%49
%22
%4

Triadic Colors of #f47dbe

#f47dbe #bef47d #7dbef4

Analogous Colors of #f47dbe

#f47dbe #f47d83 #ef7df4

Monochromatic Colors of #f47dbe

#f47dbe

Complementary Color

#f47dbe #7df4b3

#f47dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f47dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f47dbe Color CSS Codes

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

#f47dbe Text Font Color

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

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


#f47dbe Background Color

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

This div background color is #f47dbe


#f47dbe Border Color

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

This div border color is #f47dbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,125,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f47dbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f47dbe;
  -webkit-box-shadow: 1px 1px 3px 2px #f47dbe;
  box-shadow:         1px 1px 3px 2px #f47dbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,125,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f47dbe


Comments

No comments written yet.

Please login to write comment.