Color Hex Logo

#f989ff Color Hex

#F989FF
(249,137,255)
0 Favorites   0 Comments

Color spaces of #f989ff

RGB 249137255
HSL0.821.000.77
HSV297°46°100°
CMYK 0.020.460.00   0.00
XYZ66.062645.251199.8602
Yxy45.25110.31280.2143
Hunter Lab67.268957.5783-40.9273
CIE-Lab73.056959.0374-40.7691

#f989ff color RGB value is (249,137,255).

#f989ff hex color red value is 249, green value is 137 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f989ff hue: 0.82 , saturation: 1.00 and the lightness value of f989ff is 0.77.

The process color (four color CMYK) of #f989ff color hex is 0.02, 0.46, 0.00, 0.00. Web safe color of #f989ff is #ff99ff. Color #f989ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001001 11111111
Octal 371 211 377
Decimal 249 137 255
Hex F9 89 FF

RGB Percentages of Color #f989ff

%38.85
%21.37
%39.78

CMYK Percentages of Color #f989ff

%2
%46
%0
%0

Triadic Colors of #f989ff

#f989ff #fff989 #89fff9

Analogous Colors of #f989ff

#f989ff #ff89ca #be89ff

Monochromatic Colors of #f989ff

#f989ff

Complementary Color

#f989ff #8fff89

#f989ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f989ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f989ff Color CSS Codes

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

#f989ff Text Font Color

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

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


#f989ff Background Color

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

This div background color is #f989ff


#f989ff Border Color

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

This div border color is #f989ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f989ff

Related Colors


Comments

No comments written yet.

Please login to write comment.