Color Hex Logo

#f474bf Color Hex

#F474BF
(244,116,191)
0 Favorites   0 Comments

Color spaces of #f474bf

RGB 244116191
HSL0.900.850.71
HSV325°52°96°
CMYK 0.000.520.22   0.04
XYZ52.957635.485553.3484
Yxy35.48550.37350.2503
Hunter Lab59.569754.4399-11.3991
CIE-Lab66.124957.4471-16.0758

#f474bf color RGB value is (244,116,191).

#f474bf hex color red value is 244, green value is 116 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f474bf hue: 0.90 , saturation: 0.85 and the lightness value of f474bf is 0.71.

The process color (four color CMYK) of #f474bf color hex is 0.00, 0.52, 0.22, 0.04. Web safe color of #f474bf is #ff66cc. Color #f474bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01110100 10111111
Octal 364 164 277
Decimal 244 116 191
Hex F4 74 BF

RGB Percentages of Color #f474bf

%44.28
%21.05
%34.66

CMYK Percentages of Color #f474bf

%0
%52
%22
%4

Triadic Colors of #f474bf

#f474bf #bff474 #74bff4

Analogous Colors of #f474bf

#f474bf #f4747f #e974f4

Monochromatic Colors of #f474bf

#f474bf

Complementary Color

#f474bf #74f4a9

#f474bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f474bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f474bf Color CSS Codes

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

#f474bf Text Font Color

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

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


#f474bf Background Color

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

This div background color is #f474bf


#f474bf Border Color

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

This div border color is #f474bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,116,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f474bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f474bf;
  -webkit-box-shadow: 1px 1px 3px 2px #f474bf;
  box-shadow:         1px 1px 3px 2px #f474bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,116,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f474bf


Comments

No comments written yet.

Please login to write comment.