Color Hex Logo

#fd69ff Color Hex

#FD69FF
(253,105,255)
0 Favorites   0 Comments

Color spaces of #fd69ff

RGB 253105255
HSL0.831.000.71
HSV299°59°100°
CMYK 0.010.590.00   0.00
XYZ63.609638.205898.6296
Yxy38.20580.31730.1906
Hunter Lab61.810875.5256-51.3396
CIE-Lab68.172074.5419-48.3898

#fd69ff color RGB value is (253,105,255).

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

The process color (four color CMYK) of #fd69ff color hex is 0.01, 0.59, 0.00, 0.00. Web safe color of #fd69ff is #ff66ff. Color #fd69ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101001 11111111
Octal 375 151 377
Decimal 253 105 255
Hex FD 69 FF

RGB Percentages of Color #fd69ff

%41.27
%17.13
%41.60

CMYK Percentages of Color #fd69ff

%1
%59
%0
%0

Triadic Colors of #fd69ff

#fd69ff #fffd69 #69fffd

Analogous Colors of #fd69ff

#fd69ff #ff69b6 #b269ff

Monochromatic Colors of #fd69ff

#fd69ff

Complementary Color

#fd69ff #6bff69

#fd69ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd69ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd69ff Color CSS Codes

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

#fd69ff Text Font Color

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

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


#fd69ff Background Color

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

This div background color is #fd69ff


#fd69ff Border Color

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

This div border color is #fd69ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd69ff

Related Colors


Comments

No comments written yet.

Please login to write comment.