Color Hex Logo

#fc61a4 Color Hex

#FC61A4
(252,97,164)
0 Favorites   0 Comments

Color spaces of #fc61a4

RGB 25297164
HSL0.930.960.68
HSV334°62°99°
CMYK 0.000.620.35   0.01
XYZ51.120431.925238.5898
Yxy31.92520.42030.2625
Hunter Lab56.502462.6183-0.9420
CIE-Lab63.281064.8914-4.8448

#fc61a4 color RGB value is (252,97,164).

#fc61a4 hex color red value is 252, green value is 97 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #fc61a4 hue: 0.93 , saturation: 0.96 and the lightness value of fc61a4 is 0.68.

The process color (four color CMYK) of #fc61a4 color hex is 0.00, 0.62, 0.35, 0.01. Web safe color of #fc61a4 is #ff6699. Color #fc61a4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100001 10100100
Octal 374 141 244
Decimal 252 97 164
Hex FC 61 A4

RGB Percentages of Color #fc61a4

%49.12
%18.91
%31.97

CMYK Percentages of Color #fc61a4

%0
%62
%35
%1

Triadic Colors of #fc61a4

#fc61a4 #a4fc61 #61a4fc

Analogous Colors of #fc61a4

#fc61a4 #fc6c61 #fc61f2

Monochromatic Colors of #fc61a4

#fc61a4

Complementary Color

#fc61a4 #61fcb9

#fc61a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc61a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc61a4 Color CSS Codes

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

#fc61a4 Text Font Color

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

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


#fc61a4 Background Color

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

This div background color is #fc61a4


#fc61a4 Border Color

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

This div border color is #fc61a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc61a4


Comments

No comments written yet.

Please login to write comment.