Color Hex Logo

#f47bcd Color Hex

#F47BCD
(244,123,205)
0 Favorites   0 Comments

Color spaces of #f47bcd

RGB 244123205
HSL0.890.850.72
HSV319°50°96°
CMYK 0.000.500.16   0.04
XYZ55.410637.806862.1346
Yxy37.80680.35670.2434
Hunter Lab61.487253.2566-16.8732
CIE-Lab67.878056.1477-21.2731

#f47bcd color RGB value is (244,123,205).

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

The process color (four color CMYK) of #f47bcd color hex is 0.00, 0.50, 0.16, 0.04. Web safe color of #f47bcd is #ff66cc. Color #f47bcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01111011 11001101
Octal 364 173 315
Decimal 244 123 205
Hex F4 7B CD

RGB Percentages of Color #f47bcd

%42.66
%21.50
%35.84

CMYK Percentages of Color #f47bcd

%0
%50
%16
%4

Triadic Colors of #f47bcd

#f47bcd #cdf47b #7bcdf4

Analogous Colors of #f47bcd

#f47bcd #f47b91 #df7bf4

Monochromatic Colors of #f47bcd

#f47bcd

Complementary Color

#f47bcd #7bf4a2

#f47bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f47bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f47bcd Color CSS Codes

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

#f47bcd Text Font Color

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

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


#f47bcd Background Color

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

This div background color is #f47bcd


#f47bcd Border Color

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

This div border color is #f47bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f47bcd


Comments

No comments written yet.

Please login to write comment.