Color Hex Logo

#ff9fc1 Color Hex

#FF9FC1
(255,159,193)
0 Favorites   0 Comments

Color spaces of #ff9fc1

RGB 255159193
HSL0.941.000.81
HSV339°38°100°
CMYK 0.000.380.24   0.00
XYZ63.263849.906556.7506
Yxy49.90650.37230.2937
Hunter Lab70.644536.22291.8220
CIE-Lab76.011839.9556-2.3123

#ff9fc1 color RGB value is (255,159,193).

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

The process color (four color CMYK) of #ff9fc1 color hex is 0.00, 0.38, 0.24, 0.00. Web safe color of #ff9fc1 is #ff99cc. Color #ff9fc1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10011111 11000001
Octal 377 237 301
Decimal 255 159 193
Hex FF 9F C1

RGB Percentages of Color #ff9fc1

%42.01
%26.19
%31.80

CMYK Percentages of Color #ff9fc1

%0
%38
%24
%0

Triadic Colors of #ff9fc1

#ff9fc1 #c1ff9f #9fc1ff

Analogous Colors of #ff9fc1

#ff9fc1 #ffad9f #ff9ff1

Monochromatic Colors of #ff9fc1

#ff9fc1

Complementary Color

#ff9fc1 #9fffdd

#ff9fc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff9fc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff9fc1 Color CSS Codes

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

#ff9fc1 Text Font Color

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

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


#ff9fc1 Background Color

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

This div background color is #ff9fc1


#ff9fc1 Border Color

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

This div border color is #ff9fc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff9fc1


Comments

No comments written yet.

Please login to write comment.