Color Hex Logo

#fd29cd Color Hex

#FD29CD
(253,41,205)
0 Favorites   0 Comments

Color spaces of #fd29cd

RGB 25341205
HSL0.870.980.58
HSV314°84°99°
CMYK 0.000.840.19   0.01
XYZ52.320426.876360.1877
Yxy26.87630.37540.1928
Hunter Lab51.842489.4218-32.5446
CIE-Lab58.859787.1061-35.0709

#fd29cd color RGB value is (253,41,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00101001 11001101
Octal 375 51 315
Decimal 253 41 205
Hex FD 29 CD

RGB Percentages of Color #fd29cd

%50.70
%8.22
%41.08

CMYK Percentages of Color #fd29cd

%0
%84
%19
%1

Triadic Colors of #fd29cd

#fd29cd #cdfd29 #29cdfd

Analogous Colors of #fd29cd

#fd29cd #fd2963 #c329fd

Monochromatic Colors of #fd29cd

#fd29cd

Complementary Color

#fd29cd #29fd59

#fd29cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd29cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd29cd Color CSS Codes

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

#fd29cd Text Font Color

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

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


#fd29cd Background Color

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

This div background color is #fd29cd


#fd29cd Border Color

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

This div border color is #fd29cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd29cd


Comments

No comments written yet.

Please login to write comment.