Color Hex Logo

#fc3edd Color Hex

#FC3EDD
(252,62,221)
0 Favorites   0 Comments

Color spaces of #fc3edd

RGB 25262221
HSL0.860.970.62
HSV310°75°99°
CMYK 0.000.750.12   0.01
XYZ54.918729.361271.1793
Yxy29.36120.35330.1889
Hunter Lab54.186086.0883-39.9538
CIE-Lab61.099184.1274-40.6485

#fc3edd color RGB value is (252,62,221).

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

The process color (four color CMYK) of #fc3edd color hex is 0.00, 0.75, 0.12, 0.01. Web safe color of #fc3edd is #ff33cc. Color #fc3edd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111110 11011101
Octal 374 76 335
Decimal 252 62 221
Hex FC 3E DD

RGB Percentages of Color #fc3edd

%47.10
%11.59
%41.31

CMYK Percentages of Color #fc3edd

%0
%75
%12
%1

Triadic Colors of #fc3edd

#fc3edd #ddfc3e #3eddfc

Analogous Colors of #fc3edd

#fc3edd #fc3e7e #bc3efc

Monochromatic Colors of #fc3edd

#fc3edd

Complementary Color

#fc3edd #3efc5d

#fc3edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3edd Color CSS Codes

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

#fc3edd Text Font Color

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

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


#fc3edd Background Color

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

This div background color is #fc3edd


#fc3edd Border Color

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

This div border color is #fc3edd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,62,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 #fc3edd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3edd

Related Colors


Comments

No comments written yet.

Please login to write comment.