Color Hex Logo

#fc2cea Color Hex

#FC2CEA
(252,44,234)
0 Favorites   0 Comments

Color spaces of #fc2cea

RGB 25244234
HSL0.850.970.58
HSV305°83°99°
CMYK 0.000.830.07   0.01
XYZ55.896828.437380.3848
Yxy28.43730.33930.1726
Hunter Lab53.326693.7815-52.0454
CIE-Lab60.281890.1081-49.2393

#fc2cea color RGB value is (252,44,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00101100 11101010
Octal 374 54 352
Decimal 252 44 234
Hex FC 2C EA

RGB Percentages of Color #fc2cea

%47.55
%8.30
%44.15

CMYK Percentages of Color #fc2cea

%0
%83
%7
%1

Triadic Colors of #fc2cea

#fc2cea #eafc2c #2ceafc

Analogous Colors of #fc2cea

#fc2cea #fc2c82 #a62cfc

Monochromatic Colors of #fc2cea

#fc2cea

Complementary Color

#fc2cea #2cfc3e

#fc2cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc2cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc2cea Color CSS Codes

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

#fc2cea Text Font Color

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

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


#fc2cea Background Color

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

This div background color is #fc2cea


#fc2cea Border Color

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

This div border color is #fc2cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc2cea

Related Colors


Comments

No comments written yet.

Please login to write comment.