Color Hex Logo

#ff7096 Color Hex

#FF7096
(255,112,150)
0 Favorites   0 Comments

Color spaces of #ff7096

RGB 255112150
HSL0.961.000.72
HSV344°56°100°
CMYK 0.000.560.41   0.00
XYZ52.539235.050332.8504
Yxy35.05030.43620.2910
Hunter Lab59.203354.80188.5438
CIE-Lab65.787857.81376.8739

#ff7096 color RGB value is (255,112,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110000 10010110
Octal 377 160 226
Decimal 255 112 150
Hex FF 70 96

RGB Percentages of Color #ff7096

%49.32
%21.66
%29.01

CMYK Percentages of Color #ff7096

%0
%56
%41
%0

Triadic Colors of #ff7096

#ff7096 #96ff70 #7096ff

Analogous Colors of #ff7096

#ff7096 #ff9270 #ff70de

Monochromatic Colors of #ff7096

#ff7096

Complementary Color

#ff7096 #70ffd9

#ff7096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7096 Color CSS Codes

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

#ff7096 Text Font Color

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

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


#ff7096 Background Color

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

This div background color is #ff7096


#ff7096 Border Color

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

This div border color is #ff7096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7096

Related Colors


Comments

No comments written yet.

Please login to write comment.