Color Hex Logo

#ff3f70 Color Hex

#FF3F70
(255,63,112)
0 Favorites   0 Comments

Color spaces of #ff3f70

RGB 25563112
HSL0.961.000.62
HSV345°75°100°
CMYK 0.000.750.56   0.00
XYZ45.942125.984917.9234
Yxy25.98490.51130.2892
Hunter Lab50.975471.668114.8359
CIE-Lab58.022773.335218.0154

#ff3f70 color RGB value is (255,63,112).

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

The process color (four color CMYK) of #ff3f70 color hex is 0.00, 0.75, 0.56, 0.00. Web safe color of #ff3f70 is #ff3366. Color #ff3f70 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00111111 01110000
Octal 377 77 160
Decimal 255 63 112
Hex FF 3F 70

RGB Percentages of Color #ff3f70

%59.30
%14.65
%26.05

CMYK Percentages of Color #ff3f70

%0
%75
%56
%0

Triadic Colors of #ff3f70

#ff3f70 #70ff3f #3f70ff

Analogous Colors of #ff3f70

#ff3f70 #ff6e3f #ff3fd0

Monochromatic Colors of #ff3f70

#ff3f70

Complementary Color

#ff3f70 #3fffce

#ff3f70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff3f70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff3f70 Color CSS Codes

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

#ff3f70 Text Font Color

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

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


#ff3f70 Background Color

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

This div background color is #ff3f70


#ff3f70 Border Color

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

This div border color is #ff3f70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff3f70


Comments

No comments written yet.

Please login to write comment.