Color Hex Logo

#fd41cf Color Hex

#FD41CF
(253,65,207)
0 Favorites   0 Comments

Color spaces of #fd41cf

RGB 25365207
HSL0.870.980.62
HSV315°74°99°
CMYK 0.000.740.18   0.01
XYZ53.660829.168261.8333
Yxy29.16820.37090.2016
Hunter Lab54.007682.8405-30.0758
CIE-Lab60.929881.6530-32.9842

#fd41cf color RGB value is (253,65,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000001 11001111
Octal 375 101 317
Decimal 253 65 207
Hex FD 41 CF

RGB Percentages of Color #fd41cf

%48.19
%12.38
%39.43

CMYK Percentages of Color #fd41cf

%0
%74
%18
%1

Triadic Colors of #fd41cf

#fd41cf #cffd41 #41cffd

Analogous Colors of #fd41cf

#fd41cf #fd4171 #cd41fd

Monochromatic Colors of #fd41cf

#fd41cf

Complementary Color

#fd41cf #41fd6f

#fd41cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd41cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd41cf Color CSS Codes

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

#fd41cf Text Font Color

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

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


#fd41cf Background Color

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

This div background color is #fd41cf


#fd41cf Border Color

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

This div border color is #fd41cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd41cf


Comments

No comments written yet.

Please login to write comment.