Color Hex Logo

#fc4fdd Color Hex

#FC4FDD
(252,79,221)
0 Favorites   0 Comments

Color spaces of #fc4fdd

RGB 25279221
HSL0.860.970.65
HSV311°69°99°
CMYK 0.000.690.12   0.01
XYZ55.992031.507971.5371
Yxy31.50790.35210.1981
Hunter Lab56.131979.8243-36.2696
CIE-Lab62.934178.9135-37.7751

#fc4fdd color RGB value is (252,79,221).

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

The process color (four color CMYK) of #fc4fdd color hex is 0.00, 0.69, 0.12, 0.01. Web safe color of #fc4fdd is #ff66cc. Color #fc4fdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01001111 11011101
Octal 374 117 335
Decimal 252 79 221
Hex FC 4F DD

RGB Percentages of Color #fc4fdd

%45.65
%14.31
%40.04

CMYK Percentages of Color #fc4fdd

%0
%69
%12
%1

Triadic Colors of #fc4fdd

#fc4fdd #ddfc4f #4fddfc

Analogous Colors of #fc4fdd

#fc4fdd #fc4f87 #c54ffc

Monochromatic Colors of #fc4fdd

#fc4fdd

Complementary Color

#fc4fdd #4ffc6e

#fc4fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc4fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc4fdd Color CSS Codes

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

#fc4fdd Text Font Color

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

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


#fc4fdd Background Color

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

This div background color is #fc4fdd


#fc4fdd Border Color

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

This div border color is #fc4fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc4fdd


Comments

No comments written yet.

Please login to write comment.