Color Hex Logo

#f74daf Color Hex

#F74DAF
(247,77,175)
0 Favorites   0 Comments

Color spaces of #f74daf

RGB 24777175
HSL0.900.910.64
HSV325°69°97°
CMYK 0.000.690.29   0.03
XYZ48.749528.177143.4268
Yxy28.17710.40510.2341
Hunter Lab53.082171.0370-11.3480
CIE-Lab60.048472.4391-16.1006

#f74daf color RGB value is (247,77,175).

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

The process color (four color CMYK) of #f74daf color hex is 0.00, 0.69, 0.29, 0.03. Web safe color of #f74daf is #ff6699. Color #f74daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01001101 10101111
Octal 367 115 257
Decimal 247 77 175
Hex F7 4D AF

RGB Percentages of Color #f74daf

%49.50
%15.43
%35.07

CMYK Percentages of Color #f74daf

%0
%69
%29
%3

Triadic Colors of #f74daf

#f74daf #aff74d #4daff7

Analogous Colors of #f74daf

#f74daf #f74d5a #ea4df7

Monochromatic Colors of #f74daf

#f74daf

Complementary Color

#f74daf #4df795

#f74daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f74daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f74daf Color CSS Codes

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

#f74daf Text Font Color

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

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


#f74daf Background Color

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

This div background color is #f74daf


#f74daf Border Color

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

This div border color is #f74daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f74daf


Comments

No comments written yet.

Please login to write comment.