Color Hex Logo

#f74dab Color Hex

#F74DAB
(247,77,171)
0 Favorites   0 Comments

Color spaces of #f74dab

RGB 24777171
HSL0.910.910.64
HSV327°69°97°
CMYK 0.000.690.31   0.03
XYZ48.362328.022241.3879
Yxy28.02220.41060.2379
Hunter Lab52.936070.4395-9.3006
CIE-Lab59.908871.9784-14.0003

#f74dab color RGB value is (247,77,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01001101 10101011
Octal 367 115 253
Decimal 247 77 171
Hex F7 4D AB

RGB Percentages of Color #f74dab

%49.90
%15.56
%34.55

CMYK Percentages of Color #f74dab

%0
%69
%31
%3

Triadic Colors of #f74dab

#f74dab #abf74d #4dabf7

Analogous Colors of #f74dab

#f74dab #f74d56 #ee4df7

Monochromatic Colors of #f74dab

#f74dab

Complementary Color

#f74dab #4df799

#f74dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f74dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f74dab Color CSS Codes

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

#f74dab Text Font Color

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

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


#f74dab Background Color

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

This div background color is #f74dab


#f74dab Border Color

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

This div border color is #f74dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f74dab


Comments

No comments written yet.

Please login to write comment.