Color Hex Logo

#fd47dd Color Hex

#FD47DD
(253,71,221)
0 Favorites   0 Comments

Color spaces of #fd47dd

RGB 25371221
HSL0.860.980.64
HSV311°72°99°
CMYK 0.000.720.13   0.01
XYZ55.812430.609671.3732
Yxy30.60960.35370.1940
Hunter Lab55.325983.2491-37.7589
CIE-Lab62.176781.7294-38.9480

#fd47dd color RGB value is (253,71,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000111 11011101
Octal 375 107 335
Decimal 253 71 221
Hex FD 47 DD

RGB Percentages of Color #fd47dd

%46.42
%13.03
%40.55

CMYK Percentages of Color #fd47dd

%0
%72
%13
%1

Triadic Colors of #fd47dd

#fd47dd #ddfd47 #47ddfd

Analogous Colors of #fd47dd

#fd47dd #fd4782 #c247fd

Monochromatic Colors of #fd47dd

#fd47dd

Complementary Color

#fd47dd #47fd67

#fd47dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd47dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd47dd Color CSS Codes

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

#fd47dd Text Font Color

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

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


#fd47dd Background Color

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

This div background color is #fd47dd


#fd47dd Border Color

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

This div border color is #fd47dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd47dd

Related Colors


Comments

No comments written yet.

Please login to write comment.