Color Hex Logo

#fd89ea Color Hex

#FD89EA
(253,137,234)
0 Favorites   0 Comments

Color spaces of #fd89ea

RGB 253137234
HSL0.860.970.76
HSV310°46°99°
CMYK 0.000.460.08   0.01
XYZ64.305044.714583.0834
Yxy44.71450.33470.2328
Hunter Lab66.868954.6353-26.8585
CIE-Lab72.703556.5976-29.8230

#fd89ea color RGB value is (253,137,234).

#fd89ea hex color red value is 253, green value is 137 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fd89ea hue: 0.86 , saturation: 0.97 and the lightness value of fd89ea is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001001 11101010
Octal 375 211 352
Decimal 253 137 234
Hex FD 89 EA

RGB Percentages of Color #fd89ea

%40.54
%21.96
%37.50

CMYK Percentages of Color #fd89ea

%0
%46
%8
%1

Triadic Colors of #fd89ea

#fd89ea #eafd89 #89eafd

Analogous Colors of #fd89ea

#fd89ea #fd89b0 #d689fd

Monochromatic Colors of #fd89ea

#fd89ea

Complementary Color

#fd89ea #89fd9c

#fd89ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd89ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd89ea Color CSS Codes

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

#fd89ea Text Font Color

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

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


#fd89ea Background Color

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

This div background color is #fd89ea


#fd89ea Border Color

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

This div border color is #fd89ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd89ea


Comments

No comments written yet.

Please login to write comment.