Color Hex Logo

#f4868c Color Hex

#F4868C
(244,134,140)
0 Favorites   0 Comments

Color spaces of #f4868c

RGB 244134140
HSL0.990.830.74
HSV357°45°96°
CMYK 0.000.450.43   0.04
XYZ50.566938.176729.5146
Yxy38.17670.42760.3228
Hunter Lab61.787337.957114.9294
CIE-Lab68.150642.428715.6512

#f4868c color RGB value is (244,134,140).

#f4868c hex color red value is 244, green value is 134 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #f4868c hue: 0.99 , saturation: 0.83 and the lightness value of f4868c is 0.74.

The process color (four color CMYK) of #f4868c color hex is 0.00, 0.45, 0.43, 0.04. Web safe color of #f4868c is #ff9999. Color #f4868c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000110 10001100
Octal 364 206 214
Decimal 244 134 140
Hex F4 86 8C

RGB Percentages of Color #f4868c

%47.10
%25.87
%27.03

CMYK Percentages of Color #f4868c

%0
%45
%43
%4

Triadic Colors of #f4868c

#f4868c #8cf486 #868cf4

Analogous Colors of #f4868c

#f4868c #f4b786 #f486c3

Monochromatic Colors of #f4868c

#f4868c

Complementary Color

#f4868c #86f4ee

#f4868c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4868c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4868c Color CSS Codes

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

#f4868c Text Font Color

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

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


#f4868c Background Color

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

This div background color is #f4868c


#f4868c Border Color

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

This div border color is #f4868c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4868c


Comments

No comments written yet.

Please login to write comment.