Color Hex Logo

#f8256d Color Hex

#F8256D
(248,37,109)
0 Favorites   0 Comments

Color spaces of #f8256d

RGB 24837109
HSL0.940.940.56
HSV340°85°97°
CMYK 0.000.850.56   0.03
XYZ42.133322.383716.5678
Yxy22.38370.51960.2761
Hunter Lab47.311476.168612.3555
CIE-Lab54.431877.655314.6602

#f8256d color RGB value is (248,37,109).

#f8256d hex color red value is 248, green value is 37 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #f8256d hue: 0.94 , saturation: 0.94 and the lightness value of f8256d is 0.56.

The process color (four color CMYK) of #f8256d color hex is 0.00, 0.85, 0.56, 0.03. Web safe color of #f8256d is #ff3366. Color #f8256d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00100101 01101101
Octal 370 45 155
Decimal 248 37 109
Hex F8 25 6D

RGB Percentages of Color #f8256d

%62.94
%9.39
%27.66

CMYK Percentages of Color #f8256d

%0
%85
%56
%3

Triadic Colors of #f8256d

#f8256d #6df825 #256df8

Analogous Colors of #f8256d

#f8256d #f84725 #f825d7

Monochromatic Colors of #f8256d

#f8256d

Complementary Color

#f8256d #25f8b0

#f8256d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8256d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8256d Color CSS Codes

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

#f8256d Text Font Color

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

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


#f8256d Background Color

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

This div background color is #f8256d


#f8256d Border Color

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

This div border color is #f8256d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8256d


Comments

No comments written yet.

Please login to write comment.