Color Hex Logo

#f47dbd Color Hex

#F47DBD
(244,125,189)
0 Favorites   0 Comments

Color spaces of #f47dbd

RGB 244125189
HSL0.910.840.72
HSV328°49°96°
CMYK 0.000.490.23   0.04
XYZ53.827237.574552.5597
Yxy37.57450.37390.2610
Hunter Lab61.298049.4733-7.9293
CIE-Lab67.705852.8726-12.5692

#f47dbd color RGB value is (244,125,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01111101 10111101
Octal 364 175 275
Decimal 244 125 189
Hex F4 7D BD

RGB Percentages of Color #f47dbd

%43.73
%22.40
%33.87

CMYK Percentages of Color #f47dbd

%0
%49
%23
%4

Triadic Colors of #f47dbd

#f47dbd #bdf47d #7dbdf4

Analogous Colors of #f47dbd

#f47dbd #f47d82 #f07df4

Monochromatic Colors of #f47dbd

#f47dbd

Complementary Color

#f47dbd #7df4b4

#f47dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f47dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f47dbd Color CSS Codes

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

#f47dbd Text Font Color

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

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


#f47dbd Background Color

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

This div background color is #f47dbd


#f47dbd Border Color

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

This div border color is #f47dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f47dbd


Comments

No comments written yet.

Please login to write comment.