Color Hex Logo

#fd6fcd Color Hex

#FD6FCD
(253,111,205)
0 Favorites   0 Comments

Color spaces of #fd6fcd

RGB 253111205
HSL0.890.970.71
HSV320°56°99°
CMYK 0.000.560.19   0.01
XYZ57.211936.659361.8182
Yxy36.65930.36750.2355
Hunter Lab60.546962.7108-18.1520
CIE-Lab67.020664.3211-22.4693

#fd6fcd color RGB value is (253,111,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101111 11001101
Octal 375 157 315
Decimal 253 111 205
Hex FD 6F CD

RGB Percentages of Color #fd6fcd

%44.46
%19.51
%36.03

CMYK Percentages of Color #fd6fcd

%0
%56
%19
%1

Triadic Colors of #fd6fcd

#fd6fcd #cdfd6f #6fcdfd

Analogous Colors of #fd6fcd

#fd6fcd #fd6f86 #e66ffd

Monochromatic Colors of #fd6fcd

#fd6fcd

Complementary Color

#fd6fcd #6ffd9f

#fd6fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd6fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd6fcd Color CSS Codes

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

#fd6fcd Text Font Color

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

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


#fd6fcd Background Color

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

This div background color is #fd6fcd


#fd6fcd Border Color

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

This div border color is #fd6fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd6fcd


Comments

No comments written yet.

Please login to write comment.