Color Hex Logo

#fd6ffa Color Hex

#FD6FFA
(253,111,250)
0 Favorites   0 Comments

Color spaces of #fd6ffa

RGB 253111250
HSL0.840.970.71
HSV301°56°99°
CMYK 0.000.560.01   0.01
XYZ63.447839.153794.6558
Yxy39.15370.32160.1985
Hunter Lab62.572971.4931-45.8886
CIE-Lab68.862571.1947-44.5648

#fd6ffa color RGB value is (253,111,250).

#fd6ffa hex color red value is 253, green value is 111 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fd6ffa hue: 0.84 , saturation: 0.97 and the lightness value of fd6ffa is 0.71.

The process color (four color CMYK) of #fd6ffa color hex is 0.00, 0.56, 0.01, 0.01. Web safe color of #fd6ffa is #ff66ff. Color #fd6ffa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101111 11111010
Octal 375 157 372
Decimal 253 111 250
Hex FD 6F FA

RGB Percentages of Color #fd6ffa

%41.21
%18.08
%40.72

CMYK Percentages of Color #fd6ffa

%0
%56
%1
%1

Triadic Colors of #fd6ffa

#fd6ffa #fafd6f #6ffafd

Analogous Colors of #fd6ffa

#fd6ffa #fd6fb3 #b96ffd

Monochromatic Colors of #fd6ffa

#fd6ffa

Complementary Color

#fd6ffa #6ffd72

#fd6ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd6ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd6ffa Color CSS Codes

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

#fd6ffa Text Font Color

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

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


#fd6ffa Background Color

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

This div background color is #fd6ffa


#fd6ffa Border Color

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

This div border color is #fd6ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd6ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.