Color Hex Logo

#f7328c Color Hex

#F7328C
(247,50,140)
0 Favorites   0 Comments

Color spaces of #f7328c

RGB 24750140
HSL0.920.920.58
HSV333°80°97°
CMYK 0.000.800.43   0.03
XYZ44.232023.948827.1022
Yxy23.94880.46420.2513
Hunter Lab48.937575.69601.4207
CIE-Lab56.036576.9661-1.6081

#f7328c color RGB value is (247,50,140).

#f7328c hex color red value is 247, green value is 50 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #f7328c hue: 0.92 , saturation: 0.92 and the lightness value of f7328c is 0.58.

The process color (four color CMYK) of #f7328c color hex is 0.00, 0.80, 0.43, 0.03. Web safe color of #f7328c is #ff3399. Color #f7328c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00110010 10001100
Octal 367 62 214
Decimal 247 50 140
Hex F7 32 8C

RGB Percentages of Color #f7328c

%56.52
%11.44
%32.04

CMYK Percentages of Color #f7328c

%0
%80
%43
%3

Triadic Colors of #f7328c

#f7328c #8cf732 #328cf7

Analogous Colors of #f7328c

#f7328c #f73a32 #f732ef

Monochromatic Colors of #f7328c

#f7328c

Complementary Color

#f7328c #32f79d

#f7328c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7328c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7328c Color CSS Codes

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

#f7328c Text Font Color

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

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


#f7328c Background Color

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

This div background color is #f7328c


#f7328c Border Color

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

This div border color is #f7328c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,50,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 #f7328c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7328c

Related Colors


Comments

No comments written yet.

Please login to write comment.