Color Hex Logo

#f7306b Color Hex

#F7306B
(247,48,107)
0 Favorites   0 Comments

Color spaces of #f7306b

RGB 24748107
HSL0.950.930.58
HSV342°81°97°
CMYK 0.000.810.57   0.03
XYZ42.068622.949616.1224
Yxy22.94960.51850.2828
Hunter Lab47.905772.915413.5803
CIE-Lab55.020474.922916.6406

#f7306b color RGB value is (247,48,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00110000 01101011
Octal 367 60 153
Decimal 247 48 107
Hex F7 30 6B

RGB Percentages of Color #f7306b

%61.44
%11.94
%26.62

CMYK Percentages of Color #f7306b

%0
%81
%57
%3

Triadic Colors of #f7306b

#f7306b #6bf730 #306bf7

Analogous Colors of #f7306b

#f7306b #f75930 #f730cf

Monochromatic Colors of #f7306b

#f7306b

Complementary Color

#f7306b #30f7bc

#f7306b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7306b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7306b Color CSS Codes

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

#f7306b Text Font Color

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

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


#f7306b Background Color

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

This div background color is #f7306b


#f7306b Border Color

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

This div border color is #f7306b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7306b


Comments

No comments written yet.

Please login to write comment.