Color Hex Logo

#f8327f Color Hex

#F8327F
(248,50,127)
0 Favorites   0 Comments

Color spaces of #f8327f

RGB 24850127
HSL0.940.930.58
HSV337°80°97°
CMYK 0.000.800.49   0.03
XYZ43.682823.770022.3644
Yxy23.77000.48640.2646
Hunter Lab48.754574.61126.9309
CIE-Lab55.856876.13045.8873

#f8327f color RGB value is (248,50,127).

#f8327f hex color red value is 248, green value is 50 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #f8327f hue: 0.94 , saturation: 0.93 and the lightness value of f8327f is 0.58.

The process color (four color CMYK) of #f8327f color hex is 0.00, 0.80, 0.49, 0.03. Web safe color of #f8327f is #ff3366. Color #f8327f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00110010 01111111
Octal 370 62 177
Decimal 248 50 127
Hex F8 32 7F

RGB Percentages of Color #f8327f

%58.35
%11.76
%29.88

CMYK Percentages of Color #f8327f

%0
%80
%49
%3

Triadic Colors of #f8327f

#f8327f #7ff832 #327ff8

Analogous Colors of #f8327f

#f8327f #f84832 #f832e2

Monochromatic Colors of #f8327f

#f8327f

Complementary Color

#f8327f #32f8ab

#f8327f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8327f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8327f Color CSS Codes

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

#f8327f Text Font Color

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

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


#f8327f Background Color

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

This div background color is #f8327f


#f8327f Border Color

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

This div border color is #f8327f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8327f


Comments

No comments written yet.

Please login to write comment.