Color Hex Logo

#ff7097 Color Hex

#FF7097
(255,112,151)
0 Favorites   0 Comments

Color spaces of #ff7097

RGB 255112151
HSL0.951.000.72
HSV344°56°100°
CMYK 0.000.560.41   0.00
XYZ52.620135.082733.2764
Yxy35.08270.43500.2900
Hunter Lab59.230754.92458.1517
CIE-Lab65.813057.91576.3400

#ff7097 color RGB value is (255,112,151).

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

The process color (four color CMYK) of #ff7097 color hex is 0.00, 0.56, 0.41, 0.00. Web safe color of #ff7097 is #ff6699. Color #ff7097 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110000 10010111
Octal 377 160 227
Decimal 255 112 151
Hex FF 70 97

RGB Percentages of Color #ff7097

%49.23
%21.62
%29.15

CMYK Percentages of Color #ff7097

%0
%56
%41
%0

Triadic Colors of #ff7097

#ff7097 #97ff70 #7097ff

Analogous Colors of #ff7097

#ff7097 #ff9170 #ff70df

Monochromatic Colors of #ff7097

#ff7097

Complementary Color

#ff7097 #70ffd8

#ff7097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7097 Color CSS Codes

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

#ff7097 Text Font Color

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

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


#ff7097 Background Color

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

This div background color is #ff7097


#ff7097 Border Color

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

This div border color is #ff7097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7097


Comments

No comments written yet.

Please login to write comment.