color codes Logo

#ff199c color codes

#FF199C
(255,25,156)
0 Favorites   0 Comments

Color spaces of #ff199c

RGB 25525156
HSL0.911.000.55
HSV326°90°100°
CMYK 0.000.900.39   0.00
XYZ47.588424.355633.6454
Yxy24.35560.45070.2307
Hunter Lab49.351485.7585-5.8751
CIE-Lab56.442184.7805-10.3129

#ff199c color RGB value is (255,25,156).

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

The process color (four color CMYK) of #ff199c color code is 0.00, 0.90, 0.39, 0.00. Web safe color of #ff199c is #ff0099. Color #ff199c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00011001 10011100
Octal 377 31 234
Decimal 255 25 156
Hex FF 19 9C

RGB Percentages of Color #ff199c

%58.49
%5.73
%35.78

CMYK Percentages of Color #ff199c

%0
%90
%39
%0

Triadic Colors of #ff199c

#ff199c #9cff19 #199cff

Analogous Colors of #ff199c

#ff199c #ff1929 #ef19ff

Monochromatic Colors of #ff199c

#ff199c

Complementary Color

#ff199c #19ff7c

#ff199c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff199c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff199c Color CSS Codes

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

#ff199c Text Font Color

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

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


#ff199c Background Color

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

This div background color is #ff199c


#ff199c Border Color

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

This div border color is #ff199c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff199c


Comments

No comments written yet.

Please login to write comment.