Color Hex Logo

#fc2eae Color Hex

#FC2EAE
(252,46,174)
0 Favorites   0 Comments

Color spaces of #fc2eae

RGB 25246174
HSL0.900.970.58
HSV323°82°99°
CMYK 0.000.820.31   0.01
XYZ48.761925.705442.4360
Yxy25.70540.41710.2199
Hunter Lab50.700582.9490-14.1350
CIE-Lab57.756482.3526-18.9242

#fc2eae color RGB value is (252,46,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00101110 10101110
Octal 374 56 256
Decimal 252 46 174
Hex FC 2E AE

RGB Percentages of Color #fc2eae

%53.39
%9.75
%36.86

CMYK Percentages of Color #fc2eae

%0
%82
%31
%1

Triadic Colors of #fc2eae

#fc2eae #aefc2e #2eaefc

Analogous Colors of #fc2eae

#fc2eae #fc2e47 #e32efc

Monochromatic Colors of #fc2eae

#fc2eae

Complementary Color

#fc2eae #2efc7c

#fc2eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc2eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc2eae Color CSS Codes

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

#fc2eae Text Font Color

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

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


#fc2eae Background Color

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

This div background color is #fc2eae


#fc2eae Border Color

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

This div border color is #fc2eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc2eae

Related Colors


Comments

No comments written yet.

Please login to write comment.