color codes Logo

#fd6cfe color codes

#FD6CFE
(253,108,254)
0 Favorites   0 Comments

Color spaces of #fd6cfe

RGB 253108254
HSL0.830.990.71
HSV300°57°100°
CMYK 0.000.570.00   0.00
XYZ63.760038.763597.8875
Yxy38.76350.31810.1934
Hunter Lab62.260373.8439-49.6352
CIE-Lab68.579673.1295-47.2005

#fd6cfe color RGB value is (253,108,254).

#fd6cfe hex color red value is 253, green value is 108 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fd6cfe hue: 0.83 , saturation: 0.99 and the lightness value of fd6cfe is 0.71.

The process color (four color CMYK) of #fd6cfe color code is 0.00, 0.57, 0.00, 0.00. Web safe color of #fd6cfe is #ff66ff. Color #fd6cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101100 11111110
Octal 375 154 376
Decimal 253 108 254
Hex FD 6C FE

RGB Percentages of Color #fd6cfe

%41.14
%17.56
%41.30

CMYK Percentages of Color #fd6cfe

%0
%57
%0
%0

Triadic Colors of #fd6cfe

#fd6cfe #fefd6c #6cfefd

Analogous Colors of #fd6cfe

#fd6cfe #fe6cb6 #b46cfe

Monochromatic Colors of #fd6cfe

#fd6cfe

Complementary Color

#fd6cfe #6dfe6c

#fd6cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd6cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd6cfe Color CSS Codes

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

#fd6cfe Text Font Color

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

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


#fd6cfe Background Color

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

This div background color is #fd6cfe


#fd6cfe Border Color

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

This div border color is #fd6cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd6cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.