Color Hex Logo

#fd28d7 Color Hex

#FD28D7
(253,40,215)
0 Favorites   0 Comments

Color spaces of #fd28d7

RGB 25340215
HSL0.860.980.57
HSV311°84°99°
CMYK 0.000.840.15   0.01
XYZ53.532527.306566.7392
Yxy27.30650.36270.1850
Hunter Lab52.255691.4144-39.1443
CIE-Lab59.257088.5338-40.1376

#fd28d7 color RGB value is (253,40,215).

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

The process color (four color CMYK) of #fd28d7 color hex is 0.00, 0.84, 0.15, 0.01. Web safe color of #fd28d7 is #ff33cc. Color #fd28d7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00101000 11010111
Octal 375 50 327
Decimal 253 40 215
Hex FD 28 D7

RGB Percentages of Color #fd28d7

%49.80
%7.87
%42.32

CMYK Percentages of Color #fd28d7

%0
%84
%15
%1

Triadic Colors of #fd28d7

#fd28d7 #d7fd28 #28d7fd

Analogous Colors of #fd28d7

#fd28d7 #fd286d #b928fd

Monochromatic Colors of #fd28d7

#fd28d7

Complementary Color

#fd28d7 #28fd4e

#fd28d7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd28d7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd28d7 Color CSS Codes

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

#fd28d7 Text Font Color

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

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


#fd28d7 Background Color

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

This div background color is #fd28d7


#fd28d7 Border Color

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

This div border color is #fd28d7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd28d7


Comments

No comments written yet.

Please login to write comment.