Color Hex Logo

#fd47ef Color Hex

#FD47EF
(253,71,239)
0 Favorites   0 Comments

Color spaces of #fd47ef

RGB 25371239
HSL0.850.980.64
HSV305°72°99°
CMYK 0.000.720.06   0.01
XYZ58.341231.621184.6899
Yxy31.62110.33400.1811
Hunter Lab56.232686.7861-49.9316
CIE-Lab63.028584.2883-47.6745

#fd47ef color RGB value is (253,71,239).

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

The process color (four color CMYK) of #fd47ef color hex is 0.00, 0.72, 0.06, 0.01. Web safe color of #fd47ef is #ff33ff. Color #fd47ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000111 11101111
Octal 375 107 357
Decimal 253 71 239
Hex FD 47 EF

RGB Percentages of Color #fd47ef

%44.94
%12.61
%42.45

CMYK Percentages of Color #fd47ef

%0
%72
%6
%1

Triadic Colors of #fd47ef

#fd47ef #effd47 #47effd

Analogous Colors of #fd47ef

#fd47ef #fd4794 #b047fd

Monochromatic Colors of #fd47ef

#fd47ef

Complementary Color

#fd47ef #47fd55

#fd47ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd47ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd47ef Color CSS Codes

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

#fd47ef Text Font Color

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

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


#fd47ef Background Color

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

This div background color is #fd47ef


#fd47ef Border Color

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

This div border color is #fd47ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd47ef

Related Colors


Comments

No comments written yet.

Please login to write comment.