Color Hex Logo

#fd47be Color Hex

#FD47BE
(253,71,190)
0 Favorites   0 Comments

Color spaces of #fd47be

RGB 25371190
HSL0.890.980.64
HSV321°72°99°
CMYK 0.000.720.25   0.01
XYZ52.055529.106851.5897
Yxy29.10680.39210.2193
Hunter Lab53.950777.8158-18.9298
CIE-Lab60.875877.7232-23.3741

#fd47be color RGB value is (253,71,190).

#fd47be hex color red value is 253, green value is 71 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fd47be hue: 0.89 , saturation: 0.98 and the lightness value of fd47be is 0.64.

The process color (four color CMYK) of #fd47be color hex is 0.00, 0.72, 0.25, 0.01. Web safe color of #fd47be is #ff33cc. Color #fd47be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000111 10111110
Octal 375 107 276
Decimal 253 71 190
Hex FD 47 BE

RGB Percentages of Color #fd47be

%49.22
%13.81
%36.96

CMYK Percentages of Color #fd47be

%0
%72
%25
%1

Triadic Colors of #fd47be

#fd47be #befd47 #47befd

Analogous Colors of #fd47be

#fd47be #fd4763 #e147fd

Monochromatic Colors of #fd47be

#fd47be

Complementary Color

#fd47be #47fd86

#fd47be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd47be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd47be Color CSS Codes

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

#fd47be Text Font Color

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

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


#fd47be Background Color

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

This div background color is #fd47be


#fd47be Border Color

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

This div border color is #fd47be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd47be


Comments

No comments written yet.

Please login to write comment.