Color Hex Logo

#fd27cc Color Hex

#FD27CC
(253,39,204)
0 Favorites   0 Comments

Color spaces of #fd27cc

RGB 25339204
HSL0.870.980.57
HSV314°85°99°
CMYK 0.000.850.19   0.01
XYZ52.132626.693359.5314
Yxy26.69330.37680.1929
Hunter Lab51.665689.6989-32.1507
CIE-Lab58.689487.3492-34.7657

#fd27cc color RGB value is (253,39,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100111 11001100
Octal 375 47 314
Decimal 253 39 204
Hex FD 27 CC

RGB Percentages of Color #fd27cc

%51.01
%7.86
%41.13

CMYK Percentages of Color #fd27cc

%0
%85
%19
%1

Triadic Colors of #fd27cc

#fd27cc #ccfd27 #27ccfd

Analogous Colors of #fd27cc

#fd27cc #fd2761 #c327fd

Monochromatic Colors of #fd27cc

#fd27cc

Complementary Color

#fd27cc #27fd58

#fd27cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd27cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd27cc Color CSS Codes

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

#fd27cc Text Font Color

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

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


#fd27cc Background Color

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

This div background color is #fd27cc


#fd27cc Border Color

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

This div border color is #fd27cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd27cc


Comments

No comments written yet.

Please login to write comment.