Color Hex Logo

#fc2efb Color Hex

#FC2EFB
(252,46,251)
0 Favorites   0 Comments

Color spaces of #fc2efb

RGB 25246251
HSL0.830.970.58
HSV300°82°99°
CMYK 0.000.820.00   0.01
XYZ58.534529.614593.8978
Yxy29.61450.32150.1627
Hunter Lab54.419296.7649-64.2087
CIE-Lab61.320292.1205-57.0579

#fc2efb color RGB value is (252,46,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00101110 11111011
Octal 374 56 373
Decimal 252 46 251
Hex FC 2E FB

RGB Percentages of Color #fc2efb

%45.90
%8.38
%45.72

CMYK Percentages of Color #fc2efb

%0
%82
%0
%1

Triadic Colors of #fc2efb

#fc2efb #fbfc2e #2efbfc

Analogous Colors of #fc2efb

#fc2efb #fc2e94 #962efc

Monochromatic Colors of #fc2efb

#fc2efb

Complementary Color

#fc2efb #2efc2f

#fc2efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc2efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc2efb Color CSS Codes

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

#fc2efb Text Font Color

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

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


#fc2efb Background Color

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

This div background color is #fc2efb


#fc2efb Border Color

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

This div border color is #fc2efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc2efb

Related Colors


Comments

No comments written yet.

Please login to write comment.