Color Hex Logo

#f7508b Color Hex

#F7508B
(247,80,139)
0 Favorites   0 Comments

Color spaces of #f7508b

RGB 24780139
HSL0.940.910.64
HSV339°68°97°
CMYK 0.000.680.44   0.03
XYZ45.886627.375627.2916
Yxy27.37560.45630.2722
Hunter Lab52.321764.98315.6988
CIE-Lab59.320467.58373.7614

#f7508b color RGB value is (247,80,139).

#f7508b hex color red value is 247, green value is 80 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #f7508b hue: 0.94 , saturation: 0.91 and the lightness value of f7508b is 0.64.

The process color (four color CMYK) of #f7508b color hex is 0.00, 0.68, 0.44, 0.03. Web safe color of #f7508b is #ff6699. Color #f7508b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01010000 10001011
Octal 367 120 213
Decimal 247 80 139
Hex F7 50 8B

RGB Percentages of Color #f7508b

%53.00
%17.17
%29.83

CMYK Percentages of Color #f7508b

%0
%68
%44
%3

Triadic Colors of #f7508b

#f7508b #8bf750 #508bf7

Analogous Colors of #f7508b

#f7508b #f76950 #f750df

Monochromatic Colors of #f7508b

#f7508b

Complementary Color

#f7508b #50f7bc

#f7508b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7508b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7508b Color CSS Codes

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

#f7508b Text Font Color

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

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


#f7508b Background Color

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

This div background color is #f7508b


#f7508b Border Color

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

This div border color is #f7508b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7508b


Comments

No comments written yet.

Please login to write comment.