Color Hex Logo

#fc39a4 Color Hex

#FC39A4
(252,57,164)
0 Favorites   0 Comments

Color spaces of #fc39a4

RGB 25257164
HSL0.910.970.61
HSV327°77°99°
CMYK 0.000.770.35   0.01
XYZ48.308926.302037.6526
Yxy26.30200.43030.2343
Hunter Lab51.285578.3904-7.6295
CIE-Lab58.322678.6685-12.2386

#fc39a4 color RGB value is (252,57,164).

#fc39a4 hex color red value is 252, green value is 57 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #fc39a4 hue: 0.91 , saturation: 0.97 and the lightness value of fc39a4 is 0.61.

The process color (four color CMYK) of #fc39a4 color hex is 0.00, 0.77, 0.35, 0.01. Web safe color of #fc39a4 is #ff3399. Color #fc39a4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111001 10100100
Octal 374 71 244
Decimal 252 57 164
Hex FC 39 A4

RGB Percentages of Color #fc39a4

%53.28
%12.05
%34.67

CMYK Percentages of Color #fc39a4

%0
%77
%35
%1

Triadic Colors of #fc39a4

#fc39a4 #a4fc39 #39a4fc

Analogous Colors of #fc39a4

#fc39a4 #fc3942 #f339fc

Monochromatic Colors of #fc39a4

#fc39a4

Complementary Color

#fc39a4 #39fc91

#fc39a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc39a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc39a4 Color CSS Codes

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

#fc39a4 Text Font Color

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

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


#fc39a4 Background Color

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

This div background color is #fc39a4


#fc39a4 Border Color

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

This div border color is #fc39a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc39a4


Comments

No comments written yet.

Please login to write comment.