Color Hex Logo

#f74880 Color Hex

#F74880
(247,72,128)
0 Favorites   0 Comments

Color spaces of #f74880

RGB 24772128
HSL0.950.920.63
HSV341°71°97°
CMYK 0.000.710.48   0.03
XYZ44.571425.967423.0851
Yxy25.96740.47610.2774
Hunter Lab50.958266.95098.8112
CIE-Lab58.006169.46498.3388

#f74880 color RGB value is (247,72,128).

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

The process color (four color CMYK) of #f74880 color hex is 0.00, 0.71, 0.48, 0.03. Web safe color of #f74880 is #ff3399. Color #f74880 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01001000 10000000
Octal 367 110 200
Decimal 247 72 128
Hex F7 48 80

RGB Percentages of Color #f74880

%55.26
%16.11
%28.64

CMYK Percentages of Color #f74880

%0
%71
%48
%3

Triadic Colors of #f74880

#f74880 #80f748 #4880f7

Analogous Colors of #f74880

#f74880 #f76848 #f748d8

Monochromatic Colors of #f74880

#f74880

Complementary Color

#f74880 #48f7bf

#f74880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f74880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f74880 Color CSS Codes

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

#f74880 Text Font Color

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

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


#f74880 Background Color

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

This div background color is #f74880


#f74880 Border Color

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

This div border color is #f74880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f74880


Comments

No comments written yet.

Please login to write comment.