Color Hex Logo

#f7307b Color Hex

#F7307B
(247,48,123)
0 Favorites   0 Comments

Color spaces of #f7307b

RGB 24748123
HSL0.940.930.58
HSV337°81°97°
CMYK 0.000.810.50   0.03
XYZ42.989923.318120.9739
Yxy23.31810.49250.2672
Hunter Lab48.288874.40718.0500
CIE-Lab55.398576.05477.5953

#f7307b color RGB value is (247,48,123).

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

The process color (four color CMYK) of #f7307b color hex is 0.00, 0.81, 0.50, 0.03. Web safe color of #f7307b is #ff3366. Color #f7307b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00110000 01111011
Octal 367 60 173
Decimal 247 48 123
Hex F7 30 7B

RGB Percentages of Color #f7307b

%59.09
%11.48
%29.43

CMYK Percentages of Color #f7307b

%0
%81
%50
%3

Triadic Colors of #f7307b

#f7307b #7bf730 #307bf7

Analogous Colors of #f7307b

#f7307b #f74830 #f730df

Monochromatic Colors of #f7307b

#f7307b

Complementary Color

#f7307b #30f7ac

#f7307b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7307b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7307b Color CSS Codes

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

#f7307b Text Font Color

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

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


#f7307b Background Color

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

This div background color is #f7307b


#f7307b Border Color

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

This div border color is #f7307b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,48,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7307b


Comments

No comments written yet.

Please login to write comment.