Color Hex Logo

#fd27cf Color Hex

#FD27CF
(253,39,207)
0 Favorites   0 Comments

Color spaces of #fd27cf

RGB 25339207
HSL0.870.980.57
HSV313°85°99°
CMYK 0.000.850.18   0.01
XYZ52.496026.838761.4450
Yxy26.83870.37290.1906
Hunter Lab51.806190.2165-34.0571
CIE-Lab58.824787.7145-36.2662

#fd27cf color RGB value is (253,39,207).

#fd27cf hex color red value is 253, green value is 39 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #fd27cf hue: 0.87 , saturation: 0.98 and the lightness value of fd27cf is 0.57.

The process color (four color CMYK) of #fd27cf color hex is 0.00, 0.85, 0.18, 0.01. Web safe color of #fd27cf is #ff33cc. Color #fd27cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100111 11001111
Octal 375 47 317
Decimal 253 39 207
Hex FD 27 CF

RGB Percentages of Color #fd27cf

%50.70
%7.82
%41.48

CMYK Percentages of Color #fd27cf

%0
%85
%18
%1

Triadic Colors of #fd27cf

#fd27cf #cffd27 #27cffd

Analogous Colors of #fd27cf

#fd27cf #fd2764 #c027fd

Monochromatic Colors of #fd27cf

#fd27cf

Complementary Color

#fd27cf #27fd55

#fd27cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd27cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd27cf Color CSS Codes

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

#fd27cf Text Font Color

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

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


#fd27cf Background Color

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

This div background color is #fd27cf


#fd27cf Border Color

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

This div border color is #fd27cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd27cf


Comments

No comments written yet.

Please login to write comment.