Color Hex Logo

#fc61bd Color Hex

#FC61BD
(252,97,189)
0 Favorites   0 Comments

Color spaces of #fc61bd

RGB 25297189
HSL0.900.960.68
HSV324°62°99°
CMYK 0.000.620.25   0.01
XYZ53.604932.919051.6728
Yxy32.91900.38790.2382
Hunter Lab57.375166.3642-13.2348
CIE-Lab64.095367.8651-17.9069

#fc61bd color RGB value is (252,97,189).

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

The process color (four color CMYK) of #fc61bd color hex is 0.00, 0.62, 0.25, 0.01. Web safe color of #fc61bd is #ff66cc. Color #fc61bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100001 10111101
Octal 374 141 275
Decimal 252 97 189
Hex FC 61 BD

RGB Percentages of Color #fc61bd

%46.84
%18.03
%35.13

CMYK Percentages of Color #fc61bd

%0
%62
%25
%1

Triadic Colors of #fc61bd

#fc61bd #bdfc61 #61bdfc

Analogous Colors of #fc61bd

#fc61bd #fc6170 #ee61fc

Monochromatic Colors of #fc61bd

#fc61bd

Complementary Color

#fc61bd #61fca0

#fc61bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc61bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc61bd Color CSS Codes

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

#fc61bd Text Font Color

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

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


#fc61bd Background Color

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

This div background color is #fc61bd


#fc61bd Border Color

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

This div border color is #fc61bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc61bd


Comments

No comments written yet.

Please login to write comment.