Color Hex Logo

#f75080 Color Hex

#F75080
(247,80,128)
0 Favorites   0 Comments

Color spaces of #f75080

RGB 24780128
HSL0.950.910.64
HSV343°68°97°
CMYK 0.000.680.48   0.03
XYZ45.122727.070023.2689
Yxy27.07000.47270.2836
Hunter Lab52.028863.75609.9039
CIE-Lab59.039166.60759.8041

#f75080 color RGB value is (247,80,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01010000 10000000
Octal 367 120 200
Decimal 247 80 128
Hex F7 50 80

RGB Percentages of Color #f75080

%54.29
%17.58
%28.13

CMYK Percentages of Color #f75080

%0
%68
%48
%3

Triadic Colors of #f75080

#f75080 #80f750 #5080f7

Analogous Colors of #f75080

#f75080 #f77450 #f750d4

Monochromatic Colors of #f75080

#f75080

Complementary Color

#f75080 #50f7c7

#f75080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f75080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f75080 Color CSS Codes

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

#f75080 Text Font Color

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

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


#f75080 Background Color

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

This div background color is #f75080


#f75080 Border Color

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

This div border color is #f75080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f75080


Comments

No comments written yet.

Please login to write comment.