Color Hex Logo

#fd68cf Color Hex

#FD68CF
(253,104,207)
0 Favorites   0 Comments

Color spaces of #fd68cf

RGB 253104207
HSL0.880.970.70
HSV319°59°99°
CMYK 0.000.590.18   0.01
XYZ56.720835.288362.8533
Yxy35.28830.36630.2279
Hunter Lab59.404066.4806-21.1500
CIE-Lab65.972567.6275-25.1956

#fd68cf color RGB value is (253,104,207).

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

The process color (four color CMYK) of #fd68cf color hex is 0.00, 0.59, 0.18, 0.01. Web safe color of #fd68cf is #ff66cc. Color #fd68cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101000 11001111
Octal 375 150 317
Decimal 253 104 207
Hex FD 68 CF

RGB Percentages of Color #fd68cf

%44.86
%18.44
%36.70

CMYK Percentages of Color #fd68cf

%0
%59
%18
%1

Triadic Colors of #fd68cf

#fd68cf #cffd68 #68cffd

Analogous Colors of #fd68cf

#fd68cf #fd6885 #e168fd

Monochromatic Colors of #fd68cf

#fd68cf

Complementary Color

#fd68cf #68fd96

#fd68cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd68cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd68cf Color CSS Codes

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

#fd68cf Text Font Color

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

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


#fd68cf Background Color

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

This div background color is #fd68cf


#fd68cf Border Color

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

This div border color is #fd68cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd68cf


Comments

No comments written yet.

Please login to write comment.