Color Hex Logo

#fd2fca Color Hex

#FD2FCA
(253,47,202)
0 Favorites   0 Comments

Color spaces of #fd2fca

RGB 25347202
HSL0.870.980.59
HSV315°81°99°
CMYK 0.000.810.20   0.01
XYZ52.185227.179958.3729
Yxy27.17990.37890.1973
Hunter Lab52.134387.4390-29.8908
CIE-Lab59.140585.5423-32.9202

#fd2fca color RGB value is (253,47,202).

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

The process color (four color CMYK) of #fd2fca color hex is 0.00, 0.81, 0.20, 0.01. Web safe color of #fd2fca is #ff33cc. Color #fd2fca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00101111 11001010
Octal 375 57 312
Decimal 253 47 202
Hex FD 2F CA

RGB Percentages of Color #fd2fca

%50.40
%9.36
%40.24

CMYK Percentages of Color #fd2fca

%0
%81
%20
%1

Triadic Colors of #fd2fca

#fd2fca #cafd2f #2fcafd

Analogous Colors of #fd2fca

#fd2fca #fd2f63 #c92ffd

Monochromatic Colors of #fd2fca

#fd2fca

Complementary Color

#fd2fca #2ffd62

#fd2fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd2fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd2fca Color CSS Codes

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

#fd2fca Text Font Color

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

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


#fd2fca Background Color

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

This div background color is #fd2fca


#fd2fca Border Color

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

This div border color is #fd2fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd2fca


Comments

No comments written yet.

Please login to write comment.