Color Hex Logo

#fd7dce Color Hex

#FD7DCE
(253,125,206)
0 Favorites   0 Comments

Color spaces of #fd7dce

RGB 253125206
HSL0.890.970.74
HSV322°51°99°
CMYK 0.000.510.19   0.01
XYZ58.982240.006163.0058
Yxy40.00610.36410.2470
Hunter Lab63.250455.7665-14.7855
CIE-Lab69.473958.0570-19.2933

#fd7dce color RGB value is (253,125,206).

#fd7dce hex color red value is 253, green value is 125 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fd7dce hue: 0.89 , saturation: 0.97 and the lightness value of fd7dce is 0.74.

The process color (four color CMYK) of #fd7dce color hex is 0.00, 0.51, 0.19, 0.01. Web safe color of #fd7dce is #ff66cc. Color #fd7dce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111101 11001110
Octal 375 175 316
Decimal 253 125 206
Hex FD 7D CE

RGB Percentages of Color #fd7dce

%43.32
%21.40
%35.27

CMYK Percentages of Color #fd7dce

%0
%51
%19
%1

Triadic Colors of #fd7dce

#fd7dce #cefd7d #7dcefd

Analogous Colors of #fd7dce

#fd7dce #fd7d8e #ec7dfd

Monochromatic Colors of #fd7dce

#fd7dce

Complementary Color

#fd7dce #7dfdac

#fd7dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd7dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd7dce Color CSS Codes

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

#fd7dce Text Font Color

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

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


#fd7dce Background Color

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

This div background color is #fd7dce


#fd7dce Border Color

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

This div border color is #fd7dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd7dce

#fd7dce Color Palettes


Comments

No comments written yet.

Please login to write comment.