Color Hex Logo

#ff197d Color Hex

#FF197D
(255,25,125)
3 Favorites   0 Comments

Color spaces of #ff197d

RGB 25525125
HSL0.931.000.55
HSV334°90°100°
CMYK 0.000.900.51   0.00
XYZ45.289323.435921.5386
Yxy23.43590.50170.2596
Hunter Lab48.410682.27247.5085
CIE-Lab55.518582.26176.7747

#ff197d color RGB value is (255,25,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00011001 01111101
Octal 377 31 175
Decimal 255 25 125
Hex FF 19 7D

RGB Percentages of Color #ff197d

%62.96
%6.17
%30.86

CMYK Percentages of Color #ff197d

%0
%90
%51
%0

Triadic Colors of #ff197d

#ff197d #7dff19 #197dff

Analogous Colors of #ff197d

#ff197d #ff2819 #ff19f0

Monochromatic Colors of #ff197d

#ff197d

Complementary Color

#ff197d #19ff9b

#ff197d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff197d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff197d Color CSS Codes

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

#ff197d Text Font Color

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

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


#ff197d Background Color

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

This div background color is #ff197d


#ff197d Border Color

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

This div border color is #ff197d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff197d

Related Colors


Comments

No comments written yet.

Please login to write comment.