Color Hex Logo

#f470cb Color Hex

#F470CB
(244,112,203)
0 Favorites   0 Comments

Color spaces of #f470cb

RGB 244112203
HSL0.890.860.70
HSV319°54°96°
CMYK 0.000.540.17   0.04
XYZ53.881935.133260.4414
Yxy35.13320.36050.2351
Hunter Lab59.273358.5358-18.9672
CIE-Lab65.852261.0023-23.2450

#f470cb color RGB value is (244,112,203).

#f470cb hex color red value is 244, green value is 112 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f470cb hue: 0.89 , saturation: 0.86 and the lightness value of f470cb is 0.70.

The process color (four color CMYK) of #f470cb color hex is 0.00, 0.54, 0.17, 0.04. Web safe color of #f470cb is #ff66cc. Color #f470cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01110000 11001011
Octal 364 160 313
Decimal 244 112 203
Hex F4 70 CB

RGB Percentages of Color #f470cb

%43.65
%20.04
%36.31

CMYK Percentages of Color #f470cb

%0
%54
%17
%4

Triadic Colors of #f470cb

#f470cb #cbf470 #70cbf4

Analogous Colors of #f470cb

#f470cb #f47089 #db70f4

Monochromatic Colors of #f470cb

#f470cb

Complementary Color

#f470cb #70f499

#f470cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f470cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f470cb Color CSS Codes

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

#f470cb Text Font Color

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

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


#f470cb Background Color

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

This div background color is #f470cb


#f470cb Border Color

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

This div border color is #f470cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f470cb


Comments

No comments written yet.

Please login to write comment.