Color Hex Logo

#fc61cb Color Hex

#FC61CB
(252,97,203)
0 Favorites   0 Comments

Color spaces of #fc61cb

RGB 25297203
HSL0.890.960.68
HSV319°62°99°
CMYK 0.000.620.19   0.01
XYZ55.199133.556660.0677
Yxy33.55660.37090.2255
Hunter Lab57.928168.7169-20.9303
CIE-Lab64.609169.7057-25.0490

#fc61cb color RGB value is (252,97,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100001 11001011
Octal 374 141 313
Decimal 252 97 203
Hex FC 61 CB

RGB Percentages of Color #fc61cb

%45.65
%17.57
%36.78

CMYK Percentages of Color #fc61cb

%0
%62
%19
%1

Triadic Colors of #fc61cb

#fc61cb #cbfc61 #61cbfc

Analogous Colors of #fc61cb

#fc61cb #fc617e #e061fc

Monochromatic Colors of #fc61cb

#fc61cb

Complementary Color

#fc61cb #61fc92

#fc61cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc61cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc61cb Color CSS Codes

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

#fc61cb Text Font Color

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

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


#fc61cb Background Color

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

This div background color is #fc61cb


#fc61cb Border Color

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

This div border color is #fc61cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc61cb

Related Colors


Comments

No comments written yet.

Please login to write comment.