Color Hex Logo

#fc3dea Color Hex

#FC3DEA
(252,61,234)
0 Favorites   0 Comments

Color spaces of #fc3dea

RGB 25261234
HSL0.850.970.61
HSV306°76°99°
CMYK 0.000.760.07   0.01
XYZ56.664929.973480.6408
Yxy29.97340.33870.1792
Hunter Lab54.748088.9410-49.0074
CIE-Lab61.631386.2014-47.1042

#fc3dea color RGB value is (252,61,234).

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

The process color (four color CMYK) of #fc3dea color hex is 0.00, 0.76, 0.07, 0.01. Web safe color of #fc3dea is #ff33ff. Color #fc3dea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111101 11101010
Octal 374 75 352
Decimal 252 61 234
Hex FC 3D EA

RGB Percentages of Color #fc3dea

%46.07
%11.15
%42.78

CMYK Percentages of Color #fc3dea

%0
%76
%7
%1

Triadic Colors of #fc3dea

#fc3dea #eafc3d #3deafc

Analogous Colors of #fc3dea

#fc3dea #fc3d8b #af3dfc

Monochromatic Colors of #fc3dea

#fc3dea

Complementary Color

#fc3dea #3dfc4f

#fc3dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3dea Color CSS Codes

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

#fc3dea Text Font Color

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

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


#fc3dea Background Color

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

This div background color is #fc3dea


#fc3dea Border Color

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

This div border color is #fc3dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3dea


Comments

No comments written yet.

Please login to write comment.