Color Hex Logo

#fc0ff4 Color Hex

#FC0FF4
(252,15,244)
0 Favorites   0 Comments

Color spaces of #fc0ff4

RGB 25215244
HSL0.840.980.52
HSV302°94°99°
CMYK 0.000.940.03   0.01
XYZ56.644827.568787.9237
Yxy27.56870.32910.1602
Hunter Lab52.5059100.6853-62.5299
CIE-Lab59.497195.3507-56.0751

#fc0ff4 color RGB value is (252,15,244).

#fc0ff4 hex color red value is 252, green value is 15 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #fc0ff4 hue: 0.84 , saturation: 0.98 and the lightness value of fc0ff4 is 0.52.

The process color (four color CMYK) of #fc0ff4 color hex is 0.00, 0.94, 0.03, 0.01. Web safe color of #fc0ff4 is #ff00ff. Color #fc0ff4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00001111 11110100
Octal 374 17 364
Decimal 252 15 244
Hex FC F F4

RGB Percentages of Color #fc0ff4

%49.32
%2.94
%47.75

CMYK Percentages of Color #fc0ff4

%0
%94
%3
%1

Triadic Colors of #fc0ff4

#fc0ff4 #f4fc0f #0ff4fc

Analogous Colors of #fc0ff4

#fc0ff4 #fc0f7e #8e0ffc

Monochromatic Colors of #fc0ff4

#fc0ff4

Complementary Color

#fc0ff4 #0ffc17

#fc0ff4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc0ff4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc0ff4 Color CSS Codes

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

#fc0ff4 Text Font Color

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

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


#fc0ff4 Background Color

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

This div background color is #fc0ff4


#fc0ff4 Border Color

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

This div border color is #fc0ff4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc0ff4

Related Colors


Comments

No comments written yet.

Please login to write comment.