Color Hex Logo

#fc27ad Color Hex

#FC27AD
(252,39,173)
0 Favorites   0 Comments

Color spaces of #fc27ad

RGB 25239173
HSL0.900.970.57
HSV322°85°99°
CMYK 0.000.850.31   0.01
XYZ48.413225.163641.8406
Yxy25.16360.41950.2180
Hunter Lab50.163384.4865-14.3387
CIE-Lab57.234583.6456-19.1375

#fc27ad color RGB value is (252,39,173).

#fc27ad hex color red value is 252, green value is 39 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #fc27ad hue: 0.90 , saturation: 0.97 and the lightness value of fc27ad is 0.57.

The process color (four color CMYK) of #fc27ad color hex is 0.00, 0.85, 0.31, 0.01. Web safe color of #fc27ad is #ff3399. Color #fc27ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100111 10101101
Octal 374 47 255
Decimal 252 39 173
Hex FC 27 AD

RGB Percentages of Color #fc27ad

%54.31
%8.41
%37.28

CMYK Percentages of Color #fc27ad

%0
%85
%31
%1

Triadic Colors of #fc27ad

#fc27ad #adfc27 #27adfc

Analogous Colors of #fc27ad

#fc27ad #fc2742 #e127fc

Monochromatic Colors of #fc27ad

#fc27ad

Complementary Color

#fc27ad #27fc76

#fc27ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc27ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc27ad Color CSS Codes

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

#fc27ad Text Font Color

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

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


#fc27ad Background Color

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

This div background color is #fc27ad


#fc27ad Border Color

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

This div border color is #fc27ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc27ad


Comments

No comments written yet.

Please login to write comment.