Color Hex Logo

#ff98cf Color Hex

#FF98CF
(255,152,207)
0 Favorites   0 Comments

Color spaces of #ff98cf

RGB 255152207
HSL0.911.000.80
HSV328°40°100°
CMYK 0.000.400.19   0.00
XYZ63.730748.221564.9802
Yxy48.22150.36020.2725
Hunter Lab69.441742.2969-6.8715
CIE-Lab74.964445.5417-11.5499

#ff98cf color RGB value is (255,152,207).

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

The process color (four color CMYK) of #ff98cf color hex is 0.00, 0.40, 0.19, 0.00. Web safe color of #ff98cf is #ff99cc. Color #ff98cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10011000 11001111
Octal 377 230 317
Decimal 255 152 207
Hex FF 98 CF

RGB Percentages of Color #ff98cf

%41.53
%24.76
%33.71

CMYK Percentages of Color #ff98cf

%0
%40
%19
%0

Triadic Colors of #ff98cf

#ff98cf #cfff98 #98cfff

Analogous Colors of #ff98cf

#ff98cf #ff989c #fc98ff

Monochromatic Colors of #ff98cf

#ff98cf

Complementary Color

#ff98cf #98ffc8

#ff98cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff98cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff98cf Color CSS Codes

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

#ff98cf Text Font Color

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

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


#ff98cf Background Color

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

This div background color is #ff98cf


#ff98cf Border Color

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

This div border color is #ff98cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff98cf

#ff98cf Color Palettes


Comments

No comments written yet.

Please login to write comment.