Color Hex Logo

#fd57dd Color Hex

#FD57DD
(253,87,221)
0 Favorites   0 Comments

Color spaces of #fd57dd

RGB 25387221
HSL0.870.980.67
HSV312°66°99°
CMYK 0.000.660.13   0.01
XYZ56.967432.919571.7582
Yxy32.91950.35240.2037
Hunter Lab57.375576.8232-33.9897
CIE-Lab64.095776.3264-35.9513

#fd57dd color RGB value is (253,87,221).

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

The process color (four color CMYK) of #fd57dd color hex is 0.00, 0.66, 0.13, 0.01. Web safe color of #fd57dd is #ff66cc. Color #fd57dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010111 11011101
Octal 375 127 335
Decimal 253 87 221
Hex FD 57 DD

RGB Percentages of Color #fd57dd

%45.10
%15.51
%39.39

CMYK Percentages of Color #fd57dd

%0
%66
%13
%1

Triadic Colors of #fd57dd

#fd57dd #ddfd57 #57ddfd

Analogous Colors of #fd57dd

#fd57dd #fd578a #ca57fd

Monochromatic Colors of #fd57dd

#fd57dd

Complementary Color

#fd57dd #57fd77

#fd57dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd57dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd57dd Color CSS Codes

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

#fd57dd Text Font Color

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

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


#fd57dd Background Color

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

This div background color is #fd57dd


#fd57dd Border Color

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

This div border color is #fd57dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,87,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 #fd57dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd57dd


Comments

No comments written yet.

Please login to write comment.