Color Hex Logo

#fd89ff Color Hex

#FD89FF
(253,137,255)
0 Favorites   0 Comments

Color spaces of #fd89ff

RGB 253137255
HSL0.831.000.77
HSV299°46°100°
CMYK 0.010.460.00   0.00
XYZ67.503745.994099.9276
Yxy45.99400.31630.2155
Hunter Lab67.818958.9874-39.8875
CIE-Lab73.541660.1455-39.9771

#fd89ff color RGB value is (253,137,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001001 11111111
Octal 375 211 377
Decimal 253 137 255
Hex FD 89 FF

RGB Percentages of Color #fd89ff

%39.22
%21.24
%39.53

CMYK Percentages of Color #fd89ff

%1
%46
%0
%0

Triadic Colors of #fd89ff

#fd89ff #fffd89 #89fffd

Analogous Colors of #fd89ff

#fd89ff #ff89c6 #c289ff

Monochromatic Colors of #fd89ff

#fd89ff

Complementary Color

#fd89ff #8bff89

#fd89ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd89ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd89ff Color CSS Codes

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

#fd89ff Text Font Color

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

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


#fd89ff Background Color

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

This div background color is #fd89ff


#fd89ff Border Color

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

This div border color is #fd89ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,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 #fd89ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd89ff

Related Colors


Comments

No comments written yet.

Please login to write comment.