Color Hex Logo

#fd41cd Color Hex

#FD41CD
(253,65,205)
0 Favorites   0 Comments

Color spaces of #fd41cd

RGB 25365205
HSL0.880.980.62
HSV315°74°99°
CMYK 0.000.740.19   0.01
XYZ53.417829.071060.5534
Yxy29.07100.37340.2032
Hunter Lab53.917582.4899-28.8448
CIE-Lab60.844281.3970-31.9810

#fd41cd color RGB value is (253,65,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000001 11001101
Octal 375 101 315
Decimal 253 65 205
Hex FD 41 CD

RGB Percentages of Color #fd41cd

%48.37
%12.43
%39.20

CMYK Percentages of Color #fd41cd

%0
%74
%19
%1

Triadic Colors of #fd41cd

#fd41cd #cdfd41 #41cdfd

Analogous Colors of #fd41cd

#fd41cd #fd416f #cf41fd

Monochromatic Colors of #fd41cd

#fd41cd

Complementary Color

#fd41cd #41fd71

#fd41cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd41cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd41cd Color CSS Codes

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

#fd41cd Text Font Color

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

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


#fd41cd Background Color

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

This div background color is #fd41cd


#fd41cd Border Color

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

This div border color is #fd41cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd41cd

#fd41cd Color Palettes


Comments

No comments written yet.

Please login to write comment.