Color Hex Logo

#fc2dbe Color Hex

#FC2DBE
(252,45,190)
0 Favorites   0 Comments

Color spaces of #fc2dbe

RGB 25245190
HSL0.880.970.58
HSV318°82°99°
CMYK 0.000.820.25   0.01
XYZ50.377526.289951.1345
Yxy26.28990.39420.2057
Hunter Lab51.273785.6512-23.2375
CIE-Lab58.311284.3336-27.3358

#fc2dbe color RGB value is (252,45,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00101101 10111110
Octal 374 55 276
Decimal 252 45 190
Hex FC 2D BE

RGB Percentages of Color #fc2dbe

%51.75
%9.24
%39.01

CMYK Percentages of Color #fc2dbe

%0
%82
%25
%1

Triadic Colors of #fc2dbe

#fc2dbe #befc2d #2dbefc

Analogous Colors of #fc2dbe

#fc2dbe #fc2d57 #d32dfc

Monochromatic Colors of #fc2dbe

#fc2dbe

Complementary Color

#fc2dbe #2dfc6b

#fc2dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc2dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc2dbe Color CSS Codes

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

#fc2dbe Text Font Color

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

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


#fc2dbe Background Color

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

This div background color is #fc2dbe


#fc2dbe Border Color

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

This div border color is #fc2dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc2dbe


Comments

No comments written yet.

Please login to write comment.