Color Hex Logo

#fd64ce Color Hex

#FD64CE
(253,100,206)
0 Favorites   0 Comments

Color spaces of #fd64ce

RGB 253100206
HSL0.880.970.69
HSV318°60°99°
CMYK 0.000.600.19   0.01
XYZ56.205834.453262.0803
Yxy34.45320.36800.2256
Hunter Lab58.696868.2051-21.6198
CIE-Lab65.320769.1590-25.6339

#fd64ce color RGB value is (253,100,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100100 11001110
Octal 375 144 316
Decimal 253 100 206
Hex FD 64 CE

RGB Percentages of Color #fd64ce

%45.26
%17.89
%36.85

CMYK Percentages of Color #fd64ce

%0
%60
%19
%1

Triadic Colors of #fd64ce

#fd64ce #cefd64 #64cefd

Analogous Colors of #fd64ce

#fd64ce #fd6482 #e064fd

Monochromatic Colors of #fd64ce

#fd64ce

Complementary Color

#fd64ce #64fd93

#fd64ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd64ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd64ce Color CSS Codes

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

#fd64ce Text Font Color

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

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


#fd64ce Background Color

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

This div background color is #fd64ce


#fd64ce Border Color

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

This div border color is #fd64ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,100,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 #fd64ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd64ce


Comments

No comments written yet.

Please login to write comment.