Color Hex Logo

#fd69fc Color Hex

#FD69FC
(253,105,252)
0 Favorites   0 Comments

Color spaces of #fd69fc

RGB 253105252
HSL0.830.970.70
HSV300°58°99°
CMYK 0.000.580.00   0.01
XYZ63.130338.014196.1056
Yxy38.01410.32010.1927
Hunter Lab61.655674.8722-49.2594
CIE-Lab68.031074.0484-46.9680

#fd69fc color RGB value is (253,105,252).

#fd69fc hex color red value is 253, green value is 105 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #fd69fc hue: 0.83 , saturation: 0.97 and the lightness value of fd69fc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101001 11111100
Octal 375 151 374
Decimal 253 105 252
Hex FD 69 FC

RGB Percentages of Color #fd69fc

%41.48
%17.21
%41.31

CMYK Percentages of Color #fd69fc

%0
%58
%0
%1

Triadic Colors of #fd69fc

#fd69fc #fcfd69 #69fcfd

Analogous Colors of #fd69fc

#fd69fc #fd69b2 #b469fd

Monochromatic Colors of #fd69fc

#fd69fc

Complementary Color

#fd69fc #69fd6a

#fd69fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd69fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd69fc Color CSS Codes

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

#fd69fc Text Font Color

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

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


#fd69fc Background Color

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

This div background color is #fd69fc


#fd69fc Border Color

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

This div border color is #fd69fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd69fc

Related Colors


Comments

No comments written yet.

Please login to write comment.