Color Hex Logo

#ff195f Color Hex

#FF195F
(255,25,95)
0 Favorites   0 Comments

Color spaces of #ff195f

RGB 2552595
HSL0.951.000.55
HSV342°90°100°
CMYK 0.000.900.63   0.00
XYZ43.653222.781512.9230
Yxy22.78150.55010.2871
Hunter Lab47.730079.726317.3581
CIE-Lab54.846680.397623.8619

#ff195f color RGB value is (255,25,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00011001 01011111
Octal 377 31 137
Decimal 255 25 95
Hex FF 19 5F

RGB Percentages of Color #ff195f

%68.00
%6.67
%25.33

CMYK Percentages of Color #ff195f

%0
%90
%63
%0

Triadic Colors of #ff195f

#ff195f #5fff19 #195fff

Analogous Colors of #ff195f

#ff195f #ff4619 #ff19d2

Monochromatic Colors of #ff195f

#ff195f

Complementary Color

#ff195f #19ffb9

#ff195f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff195f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff195f Color CSS Codes

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

#ff195f Text Font Color

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

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


#ff195f Background Color

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

This div background color is #ff195f


#ff195f Border Color

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

This div border color is #ff195f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff195f

#ff195f Color Palettes


Comments

No comments written yet.

Please login to write comment.