Color Hex Logo

#fc3dda Color Hex

#FC3DDA
(252,61,218)
0 Favorites   0 Comments

Color spaces of #fc3dda

RGB 25261218
HSL0.860.970.61
HSV311°76°99°
CMYK 0.000.760.13   0.01
XYZ54.468529.094969.0747
Yxy29.09490.35680.1906
Hunter Lab53.939785.8555-38.1685
CIE-Lab60.865383.9940-39.3237

#fc3dda color RGB value is (252,61,218).

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

The process color (four color CMYK) of #fc3dda color hex is 0.00, 0.76, 0.13, 0.01. Web safe color of #fc3dda is #ff33cc. Color #fc3dda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111101 11011010
Octal 374 75 332
Decimal 252 61 218
Hex FC 3D DA

RGB Percentages of Color #fc3dda

%47.46
%11.49
%41.05

CMYK Percentages of Color #fc3dda

%0
%76
%13
%1

Triadic Colors of #fc3dda

#fc3dda #dafc3d #3ddafc

Analogous Colors of #fc3dda

#fc3dda #fc3d7b #bf3dfc

Monochromatic Colors of #fc3dda

#fc3dda

Complementary Color

#fc3dda #3dfc5f

#fc3dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3dda Color CSS Codes

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

#fc3dda Text Font Color

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

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


#fc3dda Background Color

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

This div background color is #fc3dda


#fc3dda Border Color

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

This div border color is #fc3dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3dda


Comments

No comments written yet.

Please login to write comment.