Color Hex Logo

#fc3dae Color Hex

#FC3DAE
(252,61,174)
0 Favorites   0 Comments

Color spaces of #fc3dae

RGB 25261174
HSL0.900.970.61
HSV325°76°99°
CMYK 0.000.760.31   0.01
XYZ49.453627.088942.6666
Yxy27.08890.41480.2272
Hunter Lab52.047078.5235-12.1713
CIE-Lab59.056578.6321-16.9467

#fc3dae color RGB value is (252,61,174).

#fc3dae hex color red value is 252, green value is 61 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fc3dae hue: 0.90 , saturation: 0.97 and the lightness value of fc3dae is 0.61.

The process color (four color CMYK) of #fc3dae color hex is 0.00, 0.76, 0.31, 0.01. Web safe color of #fc3dae is #ff3399. Color #fc3dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111101 10101110
Octal 374 75 256
Decimal 252 61 174
Hex FC 3D AE

RGB Percentages of Color #fc3dae

%51.75
%12.53
%35.73

CMYK Percentages of Color #fc3dae

%0
%76
%31
%1

Triadic Colors of #fc3dae

#fc3dae #aefc3d #3daefc

Analogous Colors of #fc3dae

#fc3dae #fc3d4e #eb3dfc

Monochromatic Colors of #fc3dae

#fc3dae

Complementary Color

#fc3dae #3dfc8b

#fc3dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3dae Color CSS Codes

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

#fc3dae Text Font Color

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

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


#fc3dae Background Color

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

This div background color is #fc3dae


#fc3dae Border Color

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

This div border color is #fc3dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3dae

Related Colors


Comments

No comments written yet.

Please login to write comment.