Color Hex Logo

#fd3cff Color Hex

#FD3CFF
(253,60,255)
0 Favorites   0 Comments

Color spaces of #fd3cff

RGB 25360255
HSL0.831.000.62
HSV299°76°100°
CMYK 0.010.760.00   0.00
XYZ60.173931.334497.4844
Yxy31.33440.31840.1658
Hunter Lab55.977193.9226-64.0698
CIE-Lab62.788989.7246-56.9192

#fd3cff color RGB value is (253,60,255).

#fd3cff hex color red value is 253, green value is 60 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fd3cff hue: 0.83 , saturation: 1.00 and the lightness value of fd3cff is 0.62.

The process color (four color CMYK) of #fd3cff color hex is 0.01, 0.76, 0.00, 0.00. Web safe color of #fd3cff is #ff33ff. Color #fd3cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00111100 11111111
Octal 375 74 377
Decimal 253 60 255
Hex FD 3C FF

RGB Percentages of Color #fd3cff

%44.54
%10.56
%44.89

CMYK Percentages of Color #fd3cff

%1
%76
%0
%0

Triadic Colors of #fd3cff

#fd3cff #fffd3c #3cfffd

Analogous Colors of #fd3cff

#fd3cff #ff3ca0 #9c3cff

Monochromatic Colors of #fd3cff

#fd3cff

Complementary Color

#fd3cff #3eff3c

#fd3cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd3cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd3cff Color CSS Codes

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

#fd3cff Text Font Color

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

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


#fd3cff Background Color

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

This div background color is #fd3cff


#fd3cff Border Color

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

This div border color is #fd3cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd3cff

Related Colors

#fd3cff Color Palettes


Comments

No comments written yet.

Please login to write comment.