Color Hex Logo

#f48868 Color Hex

#F48868
(244,136,104)
0 Favorites   0 Comments

Color spaces of #f48868

RGB 244136104
HSL0.040.860.68
HSV14°57°96°
CMYK 0.000.440.57   0.04
XYZ48.611137.840917.8386
Yxy37.84090.46610.3628
Hunter Lab61.515033.405325.8671
CIE-Lab67.903238.203235.2238

#f48868 color RGB value is (244,136,104).

#f48868 hex color red value is 244, green value is 136 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #f48868 hue: 0.04 , saturation: 0.86 and the lightness value of f48868 is 0.68.

The process color (four color CMYK) of #f48868 color hex is 0.00, 0.44, 0.57, 0.04. Web safe color of #f48868 is #ff9966. Color #f48868 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001000 01101000
Octal 364 210 150
Decimal 244 136 104
Hex F4 88 68

RGB Percentages of Color #f48868

%50.41
%28.10
%21.49

CMYK Percentages of Color #f48868

%0
%44
%57
%4

Triadic Colors of #f48868

#f48868 #68f488 #8868f4

Analogous Colors of #f48868

#f48868 #f4ce68 #f4688e

Monochromatic Colors of #f48868

#f48868

Complementary Color

#f48868 #68d4f4

#f48868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48868 Color CSS Codes

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

#f48868 Text Font Color

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

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


#f48868 Background Color

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

This div background color is #f48868


#f48868 Border Color

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

This div border color is #f48868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48868


Comments

No comments written yet.

Please login to write comment.