Color Hex Logo

#fd64cd Color Hex

#FD64CD
(253,100,205)
0 Favorites   0 Comments

Color spaces of #fd64cd

RGB 253100205
HSL0.890.970.69
HSV319°60°99°
CMYK 0.000.600.19   0.01
XYZ56.084634.404861.4424
Yxy34.40480.36910.2264
Hunter Lab58.655668.0286-21.0480
CIE-Lab65.282669.0214-25.1296

#fd64cd color RGB value is (253,100,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100100 11001101
Octal 375 144 315
Decimal 253 100 205
Hex FD 64 CD

RGB Percentages of Color #fd64cd

%45.34
%17.92
%36.74

CMYK Percentages of Color #fd64cd

%0
%60
%19
%1

Triadic Colors of #fd64cd

#fd64cd #cdfd64 #64cdfd

Analogous Colors of #fd64cd

#fd64cd #fd6481 #e164fd

Monochromatic Colors of #fd64cd

#fd64cd

Complementary Color

#fd64cd #64fd94

#fd64cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd64cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd64cd Color CSS Codes

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

#fd64cd Text Font Color

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

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


#fd64cd Background Color

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

This div background color is #fd64cd


#fd64cd Border Color

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

This div border color is #fd64cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd64cd

Related Colors


Comments

No comments written yet.

Please login to write comment.