Color Hex Logo

#f74cbf Color Hex

#F74CBF
(247,76,191)
0 Favorites   0 Comments

Color spaces of #f74cbf

RGB 24776191
HSL0.890.910.63
HSV320°69°97°
CMYK 0.000.690.23   0.03
XYZ50.346228.704652.1772
Yxy28.70460.38370.2187
Hunter Lab53.576773.9779-20.2376
CIE-Lab60.520074.7290-24.5770

#f74cbf color RGB value is (247,76,191).

#f74cbf hex color red value is 247, green value is 76 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f74cbf hue: 0.89 , saturation: 0.91 and the lightness value of f74cbf is 0.63.

The process color (four color CMYK) of #f74cbf color hex is 0.00, 0.69, 0.23, 0.03. Web safe color of #f74cbf is #ff33cc. Color #f74cbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01001100 10111111
Octal 367 114 277
Decimal 247 76 191
Hex F7 4C BF

RGB Percentages of Color #f74cbf

%48.05
%14.79
%37.16

CMYK Percentages of Color #f74cbf

%0
%69
%23
%3

Triadic Colors of #f74cbf

#f74cbf #bff74c #4cbff7

Analogous Colors of #f74cbf

#f74cbf #f74c6a #da4cf7

Monochromatic Colors of #f74cbf

#f74cbf

Complementary Color

#f74cbf #4cf784

#f74cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f74cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f74cbf Color CSS Codes

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

#f74cbf Text Font Color

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

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


#f74cbf Background Color

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

This div background color is #f74cbf


#f74cbf Border Color

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

This div border color is #f74cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f74cbf


Comments

No comments written yet.

Please login to write comment.