Color Hex Logo

#fc2edb Color Hex

#FC2EDB
(252,46,219)
0 Favorites   0 Comments

Color spaces of #fc2edb

RGB 25246219
HSL0.860.970.58
HSV310°82°99°
CMYK 0.000.820.13   0.01
XYZ53.908127.763969.5355
Yxy27.76390.35650.1836
Hunter Lab52.691590.4115-41.3594
CIE-Lab59.674887.6961-41.7575

#fc2edb color RGB value is (252,46,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00101110 11011011
Octal 374 56 333
Decimal 252 46 219
Hex FC 2E DB

RGB Percentages of Color #fc2edb

%48.74
%8.90
%42.36

CMYK Percentages of Color #fc2edb

%0
%82
%13
%1

Triadic Colors of #fc2edb

#fc2edb #dbfc2e #2edbfc

Analogous Colors of #fc2edb

#fc2edb #fc2e74 #b62efc

Monochromatic Colors of #fc2edb

#fc2edb

Complementary Color

#fc2edb #2efc4f

#fc2edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc2edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc2edb Color CSS Codes

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

#fc2edb Text Font Color

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

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


#fc2edb Background Color

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

This div background color is #fc2edb


#fc2edb Border Color

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

This div border color is #fc2edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc2edb

Related Colors


Comments

No comments written yet.

Please login to write comment.