Color Hex Logo

#fd03ca Color Hex

#FD03CA
(253,3,202)
0 Favorites   0 Comments

Color spaces of #fd03ca

RGB 2533202
HSL0.870.980.50
HSV312°99°99°
CMYK 0.000.990.20   0.01
XYZ51.201225.212058.0449
Yxy25.21200.38080.1875
Hunter Lab50.211694.1479-33.3916
CIE-Lab57.281490.9659-35.8206

#fd03ca color RGB value is (253,3,202).

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

The process color (four color CMYK) of #fd03ca color hex is 0.00, 0.99, 0.20, 0.01. Web safe color of #fd03ca is #ff00cc. Color #fd03ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000011 11001010
Octal 375 3 312
Decimal 253 3 202
Hex FD 3 CA

RGB Percentages of Color #fd03ca

%55.24
%0.66
%44.10

CMYK Percentages of Color #fd03ca

%0
%99
%20
%1

Triadic Colors of #fd03ca

#fd03ca #cafd03 #03cafd

Analogous Colors of #fd03ca

#fd03ca #fd034d #b303fd

Monochromatic Colors of #fd03ca

#fd03ca

Complementary Color

#fd03ca #03fd36

#fd03ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd03ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd03ca Color CSS Codes

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

#fd03ca Text Font Color

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

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


#fd03ca Background Color

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

This div background color is #fd03ca


#fd03ca Border Color

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

This div border color is #fd03ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd03ca

Related Colors


Comments

No comments written yet.

Please login to write comment.