Color Hex Logo

#fd74cf Color Hex

#FD74CF
(253,116,207)
0 Favorites   0 Comments

Color spaces of #fd74cf

RGB 253116207
HSL0.890.970.72
HSV320°54°99°
CMYK 0.000.540.18   0.01
XYZ58.015937.878463.2850
Yxy37.87840.36450.2380
Hunter Lab61.545460.5588-17.8840
CIE-Lab67.930962.3659-22.1995

#fd74cf color RGB value is (253,116,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110100 11001111
Octal 375 164 317
Decimal 253 116 207
Hex FD 74 CF

RGB Percentages of Color #fd74cf

%43.92
%20.14
%35.94

CMYK Percentages of Color #fd74cf

%0
%54
%18
%1

Triadic Colors of #fd74cf

#fd74cf #cffd74 #74cffd

Analogous Colors of #fd74cf

#fd74cf #fd748b #e774fd

Monochromatic Colors of #fd74cf

#fd74cf

Complementary Color

#fd74cf #74fda2

#fd74cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd74cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd74cf Color CSS Codes

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

#fd74cf Text Font Color

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

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


#fd74cf Background Color

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

This div background color is #fd74cf


#fd74cf Border Color

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

This div border color is #fd74cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd74cf


Comments

No comments written yet.

Please login to write comment.