Color Hex Logo

#f047cb Color Hex

#F047CB
(240,71,203)
0 Favorites   0 Comments

Color spaces of #f047cb

RGB 24071203
HSL0.870.850.61
HSV313°70°94°
CMYK 0.000.700.15   0.06
XYZ48.967927.343559.1968
Yxy27.34350.36140.2018
Hunter Lab52.291075.6470-30.5164
CIE-Lab59.290976.3009-33.4216

#f047cb color RGB value is (240,71,203).

#f047cb hex color red value is 240, green value is 71 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f047cb hue: 0.87 , saturation: 0.85 and the lightness value of f047cb is 0.61.

The process color (four color CMYK) of #f047cb color hex is 0.00, 0.70, 0.15, 0.06. Web safe color of #f047cb is #ff33cc. Color #f047cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000111 11001011
Octal 360 107 313
Decimal 240 71 203
Hex F0 47 CB

RGB Percentages of Color #f047cb

%46.69
%13.81
%39.49

CMYK Percentages of Color #f047cb

%0
%70
%15
%6

Triadic Colors of #f047cb

#f047cb #cbf047 #47cbf0

Analogous Colors of #f047cb

#f047cb #f04777 #c147f0

Monochromatic Colors of #f047cb

#f047cb

Complementary Color

#f047cb #47f06c

#f047cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f047cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f047cb Color CSS Codes

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

#f047cb Text Font Color

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

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


#f047cb Background Color

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

This div background color is #f047cb


#f047cb Border Color

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

This div border color is #f047cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,71,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f047cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f047cb;
  -webkit-box-shadow: 1px 1px 3px 2px #f047cb;
  box-shadow:         1px 1px 3px 2px #f047cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,71,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f047cb


Comments

No comments written yet.

Please login to write comment.