Color Hex Logo

#fd4fca Color Hex

#FD4FCA
(253,79,202)
0 Favorites   0 Comments

Color spaces of #fd4fca

RGB 25379202
HSL0.880.980.65
HSV318°69°99°
CMYK 0.000.690.20   0.01
XYZ53.964730.738958.9661
Yxy30.73890.37560.2140
Hunter Lab55.442776.7169-24.2481
CIE-Lab62.286676.5833-28.0443

#fd4fca color RGB value is (253,79,202).

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

The process color (four color CMYK) of #fd4fca color hex is 0.00, 0.69, 0.20, 0.01. Web safe color of #fd4fca is #ff66cc. Color #fd4fca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01001111 11001010
Octal 375 117 312
Decimal 253 79 202
Hex FD 4F CA

RGB Percentages of Color #fd4fca

%47.38
%14.79
%37.83

CMYK Percentages of Color #fd4fca

%0
%69
%20
%1

Triadic Colors of #fd4fca

#fd4fca #cafd4f #4fcafd

Analogous Colors of #fd4fca

#fd4fca #fd4f73 #d94ffd

Monochromatic Colors of #fd4fca

#fd4fca

Complementary Color

#fd4fca #4ffd82

#fd4fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd4fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd4fca Color CSS Codes

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

#fd4fca Text Font Color

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

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


#fd4fca Background Color

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

This div background color is #fd4fca


#fd4fca Border Color

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

This div border color is #fd4fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd4fca

Related Colors


Comments

No comments written yet.

Please login to write comment.