Color Hex Logo

#ff98bf Color Hex

#FF98BF
(255,152,191)
0 Favorites   0 Comments

Color spaces of #ff98bf

RGB 255152191
HSL0.941.000.80
HSV337°40°100°
CMYK 0.000.400.25   0.00
XYZ61.872247.478155.1934
Yxy47.47810.37600.2885
Hunter Lab68.904439.70030.7409
CIE-Lab74.494643.2709-3.4425

#ff98bf color RGB value is (255,152,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10011000 10111111
Octal 377 230 277
Decimal 255 152 191
Hex FF 98 BF

RGB Percentages of Color #ff98bf

%42.64
%25.42
%31.94

CMYK Percentages of Color #ff98bf

%0
%40
%25
%0

Triadic Colors of #ff98bf

#ff98bf #bfff98 #98bfff

Analogous Colors of #ff98bf

#ff98bf #ffa598 #ff98f3

Monochromatic Colors of #ff98bf

#ff98bf

Complementary Color

#ff98bf #98ffd8

#ff98bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff98bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff98bf Color CSS Codes

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

#ff98bf Text Font Color

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

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


#ff98bf Background Color

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

This div background color is #ff98bf


#ff98bf Border Color

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

This div border color is #ff98bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff98bf


Comments

No comments written yet.

Please login to write comment.