Color Hex Logo

#fd11ce Color Hex

#FD11CE
(253,17,206)
0 Favorites   0 Comments

Color spaces of #fd11ce

RGB 25317206
HSL0.870.980.53
HSV312°93°99°
CMYK 0.000.930.19   0.01
XYZ51.849025.739860.6280
Yxy25.73980.37510.1862
Hunter Lab50.734493.6363-35.3379
CIE-Lab57.789290.4855-37.3157

#fd11ce color RGB value is (253,17,206).

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

The process color (four color CMYK) of #fd11ce color hex is 0.00, 0.93, 0.19, 0.01. Web safe color of #fd11ce is #ff00cc. Color #fd11ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010001 11001110
Octal 375 21 316
Decimal 253 17 206
Hex FD 11 CE

RGB Percentages of Color #fd11ce

%53.15
%3.57
%43.28

CMYK Percentages of Color #fd11ce

%0
%93
%19
%1

Triadic Colors of #fd11ce

#fd11ce #cefd11 #11cefd

Analogous Colors of #fd11ce

#fd11ce #fd1158 #b611fd

Monochromatic Colors of #fd11ce

#fd11ce

Complementary Color

#fd11ce #11fd40

#fd11ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd11ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd11ce Color CSS Codes

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

#fd11ce Text Font Color

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

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


#fd11ce Background Color

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

This div background color is #fd11ce


#fd11ce Border Color

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

This div border color is #fd11ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd11ce

Related Colors


Comments

No comments written yet.

Please login to write comment.