Color Hex Logo

#f47dcb Color Hex

#F47DCB
(244,125,203)
0 Favorites   0 Comments

Color spaces of #f47dcb

RGB 244125203
HSL0.890.840.72
HSV321°49°96°
CMYK 0.000.490.17   0.04
XYZ55.421338.212160.9546
Yxy38.21210.35850.2472
Hunter Lab61.815951.8569-15.1927
CIE-Lab68.176654.8872-19.7013

#f47dcb color RGB value is (244,125,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01111101 11001011
Octal 364 175 313
Decimal 244 125 203
Hex F4 7D CB

RGB Percentages of Color #f47dcb

%42.66
%21.85
%35.49

CMYK Percentages of Color #f47dcb

%0
%49
%17
%4

Triadic Colors of #f47dcb

#f47dcb #cbf47d #7dcbf4

Analogous Colors of #f47dcb

#f47dcb #f47d90 #e27df4

Monochromatic Colors of #f47dcb

#f47dcb

Complementary Color

#f47dcb #7df4a6

#f47dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f47dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f47dcb Color CSS Codes

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

#f47dcb Text Font Color

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

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


#f47dcb Background Color

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

This div background color is #f47dcb


#f47dcb Border Color

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

This div border color is #f47dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f47dcb


Comments

No comments written yet.

Please login to write comment.