Color Hex Logo

#f47cbe Color Hex

#F47CBE
(244,124,190)
0 Favorites   0 Comments

Color spaces of #f47cbe

RGB 244124190
HSL0.910.850.72
HSV327°49°96°
CMYK 0.000.490.22   0.04
XYZ53.810137.366153.0915
Yxy37.36610.37300.2590
Hunter Lab61.127850.1578-8.7058
CIE-Lab67.550853.4970-13.3639

#f47cbe color RGB value is (244,124,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01111100 10111110
Octal 364 174 276
Decimal 244 124 190
Hex F4 7C BE

RGB Percentages of Color #f47cbe

%43.73
%22.22
%34.05

CMYK Percentages of Color #f47cbe

%0
%49
%22
%4

Triadic Colors of #f47cbe

#f47cbe #bef47c #7cbef4

Analogous Colors of #f47cbe

#f47cbe #f47c82 #ee7cf4

Monochromatic Colors of #f47cbe

#f47cbe

Complementary Color

#f47cbe #7cf4b2

#f47cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f47cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f47cbe Color CSS Codes

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

#f47cbe Text Font Color

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

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


#f47cbe Background Color

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

This div background color is #f47cbe


#f47cbe Border Color

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

This div border color is #f47cbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,124,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 #f47cbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f47cbe


Comments

No comments written yet.

Please login to write comment.