Color Hex Logo

#f47ebd Color Hex

#F47EBD
(244,126,189)
0 Favorites   0 Comments

Color spaces of #f47ebd

RGB 244126189
HSL0.910.840.73
HSV328°48°96°
CMYK 0.000.480.23   0.04
XYZ53.954437.828952.6021
Yxy37.82890.37370.2620
Hunter Lab61.505248.9520-7.6539
CIE-Lab67.894352.3857-12.2864

#f47ebd color RGB value is (244,126,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01111110 10111101
Octal 364 176 275
Decimal 244 126 189
Hex F4 7E BD

RGB Percentages of Color #f47ebd

%43.65
%22.54
%33.81

CMYK Percentages of Color #f47ebd

%0
%48
%23
%4

Triadic Colors of #f47ebd

#f47ebd #bdf47e #7ebdf4

Analogous Colors of #f47ebd

#f47ebd #f47e82 #f07ef4

Monochromatic Colors of #f47ebd

#f47ebd

Complementary Color

#f47ebd #7ef4b5

#f47ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f47ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f47ebd Color CSS Codes

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

#f47ebd Text Font Color

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

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


#f47ebd Background Color

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

This div background color is #f47ebd


#f47ebd Border Color

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

This div border color is #f47ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f47ebd


Comments

No comments written yet.

Please login to write comment.