Color Hex Logo

#ff70cf Color Hex

#FF70CF
(255,112,207)
0 Favorites   0 Comments

Color spaces of #ff70cf

RGB 255112207
HSL0.891.000.72
HSV320°56°100°
CMYK 0.000.560.19   0.00
XYZ58.296737.353363.1688
Yxy37.35330.36710.2352
Hunter Lab61.117363.3066-18.4980
CIE-Lab67.541364.7286-22.7690

#ff70cf color RGB value is (255,112,207).

#ff70cf hex color red value is 255, green value is 112 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ff70cf hue: 0.89 , saturation: 1.00 and the lightness value of ff70cf is 0.72.

The process color (four color CMYK) of #ff70cf color hex is 0.00, 0.56, 0.19, 0.00. Web safe color of #ff70cf is #ff66cc. Color #ff70cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110000 11001111
Octal 377 160 317
Decimal 255 112 207
Hex FF 70 CF

RGB Percentages of Color #ff70cf

%44.43
%19.51
%36.06

CMYK Percentages of Color #ff70cf

%0
%56
%19
%0

Triadic Colors of #ff70cf

#ff70cf #cfff70 #70cfff

Analogous Colors of #ff70cf

#ff70cf #ff7088 #e870ff

Monochromatic Colors of #ff70cf

#ff70cf

Complementary Color

#ff70cf #70ffa0

#ff70cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff70cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff70cf Color CSS Codes

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

#ff70cf Text Font Color

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

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


#ff70cf Background Color

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

This div background color is #ff70cf


#ff70cf Border Color

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

This div border color is #ff70cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,112,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff70cf


Comments

No comments written yet.

Please login to write comment.