Color Hex Logo

#fd89eb Color Hex

#FD89EB
(253,137,235)
0 Favorites   0 Comments

Color spaces of #fd89eb

RGB 253137235
HSL0.860.970.76
HSV309°46°99°
CMYK 0.000.460.07   0.01
XYZ64.449144.772183.8423
Yxy44.77210.33380.2319
Hunter Lab66.912054.8339-27.4534
CIE-Lab72.741656.7611-30.3122

#fd89eb color RGB value is (253,137,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001001 11101011
Octal 375 211 353
Decimal 253 137 235
Hex FD 89 EB

RGB Percentages of Color #fd89eb

%40.48
%21.92
%37.60

CMYK Percentages of Color #fd89eb

%0
%46
%7
%1

Triadic Colors of #fd89eb

#fd89eb #ebfd89 #89ebfd

Analogous Colors of #fd89eb

#fd89eb #fd89b1 #d589fd

Monochromatic Colors of #fd89eb

#fd89eb

Complementary Color

#fd89eb #89fd9b

#fd89eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd89eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd89eb Color CSS Codes

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

#fd89eb Text Font Color

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

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


#fd89eb Background Color

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

This div background color is #fd89eb


#fd89eb Border Color

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

This div border color is #fd89eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd89eb


Comments

No comments written yet.

Please login to write comment.