color codes Logo

#fc55e3 color codes

#FC55E3
(252,85,227)
0 Favorites   0 Comments

Color spaces of #fc55e3

RGB 25285227
HSL0.860.970.66
HSV309°66°99°
CMYK 0.000.660.10   0.01
XYZ57.258532.738575.9743
Yxy32.73850.34500.1973
Hunter Lab57.217678.4970-38.6738
CIE-Lab63.948677.6772-39.5488

#fc55e3 color RGB value is (252,85,227).

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

The process color (four color CMYK) of #fc55e3 color code is 0.00, 0.66, 0.10, 0.01. Web safe color of #fc55e3 is #ff66cc. Color #fc55e3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010101 11100011
Octal 374 125 343
Decimal 252 85 227
Hex FC 55 E3

RGB Percentages of Color #fc55e3

%44.68
%15.07
%40.25

CMYK Percentages of Color #fc55e3

%0
%66
%10
%1

Triadic Colors of #fc55e3

#fc55e3 #e3fc55 #55e3fc

Analogous Colors of #fc55e3

#fc55e3 #fc5590 #c255fc

Monochromatic Colors of #fc55e3

#fc55e3

Complementary Color

#fc55e3 #55fc6e

#fc55e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc55e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc55e3 Color CSS Codes

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

#fc55e3 Text Font Color

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

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


#fc55e3 Background Color

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

This div background color is #fc55e3


#fc55e3 Border Color

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

This div border color is #fc55e3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc55e3


Comments

No comments written yet.

Please login to write comment.