color codes Logo

#f8846b color codes

#F8846B
(248,132,107)
0 Favorites   0 Comments

Color spaces of #f8846b

RGB 248132107
HSL0.030.910.70
HSV11°57°97°
CMYK 0.000.470.57   0.03
XYZ49.616537.520518.5370
Yxy37.52050.46950.3551
Hunter Lab61.254037.392824.9351
CIE-Lab67.665741.964633.4044

#f8846b color RGB value is (248,132,107).

#f8846b hex color red value is 248, green value is 132 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #f8846b hue: 0.03 , saturation: 0.91 and the lightness value of f8846b is 0.70.

The process color (four color CMYK) of #f8846b color code is 0.00, 0.47, 0.57, 0.03. Web safe color of #f8846b is #ff9966. Color #f8846b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10000100 01101011
Octal 370 204 153
Decimal 248 132 107
Hex F8 84 6B

RGB Percentages of Color #f8846b

%50.92
%27.10
%21.97

CMYK Percentages of Color #f8846b

%0
%47
%57
%3

Triadic Colors of #f8846b

#f8846b #6bf884 #846bf8

Analogous Colors of #f8846b

#f8846b #f8cb6b #f86b99

Monochromatic Colors of #f8846b

#f8846b

Complementary Color

#f8846b #6bdff8

#f8846b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8846b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8846b Color CSS Codes

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

#f8846b Text Font Color

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

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


#f8846b Background Color

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

This div background color is #f8846b


#f8846b Border Color

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

This div border color is #f8846b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,132,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f8846b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f8846b;
  -webkit-box-shadow: 1px 1px 3px 2px #f8846b;
  box-shadow:         1px 1px 3px 2px #f8846b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,132,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8846b


Comments

No comments written yet.

Please login to write comment.