Color Hex Logo

#fc61e1 Color Hex

#FC61E1
(252,97,225)
0 Favorites   0 Comments

Color spaces of #fc61e1

RGB 25297225
HSL0.860.960.68
HSV310°62°99°
CMYK 0.000.620.11   0.01
XYZ58.010234.681174.8708
Yxy34.68110.34620.2070
Hunter Lab58.890772.7726-34.1550
CIE-Lab65.499672.8317-36.0116

#fc61e1 color RGB value is (252,97,225).

#fc61e1 hex color red value is 252, green value is 97 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #fc61e1 hue: 0.86 , saturation: 0.96 and the lightness value of fc61e1 is 0.68.

The process color (four color CMYK) of #fc61e1 color hex is 0.00, 0.62, 0.11, 0.01. Web safe color of #fc61e1 is #ff66cc. Color #fc61e1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100001 11100001
Octal 374 141 341
Decimal 252 97 225
Hex FC 61 E1

RGB Percentages of Color #fc61e1

%43.90
%16.90
%39.20

CMYK Percentages of Color #fc61e1

%0
%62
%11
%1

Triadic Colors of #fc61e1

#fc61e1 #e1fc61 #61e1fc

Analogous Colors of #fc61e1

#fc61e1 #fc6194 #ca61fc

Monochromatic Colors of #fc61e1

#fc61e1

Complementary Color

#fc61e1 #61fc7c

#fc61e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc61e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc61e1 Color CSS Codes

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

#fc61e1 Text Font Color

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

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


#fc61e1 Background Color

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

This div background color is #fc61e1


#fc61e1 Border Color

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

This div border color is #fc61e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc61e1


Comments

No comments written yet.

Please login to write comment.