Color Hex Logo

#ff196c Color Hex

#FF196C
(255,25,108)
1 Favorites   0 Comments

Color spaces of #ff196c

RGB 25525108
HSL0.941.000.55
HSV338°90°100°
CMYK 0.000.900.58   0.00
XYZ44.294423.038016.2996
Yxy23.03800.52960.2755
Hunter Lab47.997980.730613.4643
CIE-Lab55.111581.135416.4114

#ff196c color RGB value is (255,25,108).

#ff196c hex color red value is 255, green value is 25 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ff196c hue: 0.94 , saturation: 1.00 and the lightness value of ff196c is 0.55.

The process color (four color CMYK) of #ff196c color hex is 0.00, 0.90, 0.58, 0.00. Web safe color of #ff196c is #ff0066. Color #ff196c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00011001 01101100
Octal 377 31 154
Decimal 255 25 108
Hex FF 19 6C

RGB Percentages of Color #ff196c

%65.72
%6.44
%27.84

CMYK Percentages of Color #ff196c

%0
%90
%58
%0

Triadic Colors of #ff196c

#ff196c #6cff19 #196cff

Analogous Colors of #ff196c

#ff196c #ff3919 #ff19df

Monochromatic Colors of #ff196c

#ff196c

Complementary Color

#ff196c #19ffac

#ff196c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff196c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff196c Color CSS Codes

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

#ff196c Text Font Color

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

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


#ff196c Background Color

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

This div background color is #ff196c


#ff196c Border Color

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

This div border color is #ff196c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff196c

Related Colors


Comments

No comments written yet.

Please login to write comment.