Color Hex Logo

#fc2dbc Color Hex

#FC2DBC
(252,45,188)
0 Favorites   0 Comments

Color spaces of #fc2dbc

RGB 25245188
HSL0.880.970.58
HSV319°82°99°
CMYK 0.000.820.25   0.01
XYZ50.160426.203149.9909
Yxy26.20310.39700.2074
Hunter Lab51.189085.3326-22.0701
CIE-Lab58.229384.1044-26.3093

#fc2dbc color RGB value is (252,45,188).

#fc2dbc hex color red value is 252, green value is 45 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fc2dbc hue: 0.88 , saturation: 0.97 and the lightness value of fc2dbc is 0.58.

The process color (four color CMYK) of #fc2dbc color hex is 0.00, 0.82, 0.25, 0.01. Web safe color of #fc2dbc is #ff33cc. Color #fc2dbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00101101 10111100
Octal 374 55 274
Decimal 252 45 188
Hex FC 2D BC

RGB Percentages of Color #fc2dbc

%51.96
%9.28
%38.76

CMYK Percentages of Color #fc2dbc

%0
%82
%25
%1

Triadic Colors of #fc2dbc

#fc2dbc #bcfc2d #2dbcfc

Analogous Colors of #fc2dbc

#fc2dbc #fc2d54 #d52dfc

Monochromatic Colors of #fc2dbc

#fc2dbc

Complementary Color

#fc2dbc #2dfc6d

#fc2dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc2dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc2dbc Color CSS Codes

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

#fc2dbc Text Font Color

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

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


#fc2dbc Background Color

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

This div background color is #fc2dbc


#fc2dbc Border Color

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

This div border color is #fc2dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc2dbc

Related Colors


Comments

No comments written yet.

Please login to write comment.