Color Hex Logo

#fd28de Color Hex

#FD28DE
(253,40,222)
0 Favorites   0 Comments

Color spaces of #fd28de

RGB 25340222
HSL0.860.980.57
HSV309°84°99°
CMYK 0.000.840.12   0.01
XYZ54.451627.674271.5790
Yxy27.67420.35430.1800
Hunter Lab52.606392.7005-43.8489
CIE-Lab59.593289.4340-43.5691

#fd28de color RGB value is (253,40,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00101000 11011110
Octal 375 50 336
Decimal 253 40 222
Hex FD 28 DE

RGB Percentages of Color #fd28de

%49.13
%7.77
%43.11

CMYK Percentages of Color #fd28de

%0
%84
%12
%1

Triadic Colors of #fd28de

#fd28de #defd28 #28defd

Analogous Colors of #fd28de

#fd28de #fd2874 #b228fd

Monochromatic Colors of #fd28de

#fd28de

Complementary Color

#fd28de #28fd47

#fd28de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd28de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd28de Color CSS Codes

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

#fd28de Text Font Color

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

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


#fd28de Background Color

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

This div background color is #fd28de


#fd28de Border Color

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

This div border color is #fd28de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd28de


Comments

No comments written yet.

Please login to write comment.