Color Hex Logo

#fd1ecc Color Hex

#FD1ECC
(253,30,204)
0 Favorites   0 Comments

Color spaces of #fd1ecc

RGB 25330204
HSL0.870.980.55
HSV313°88°99°
CMYK 0.000.880.19   0.01
XYZ51.871426.170859.4443
Yxy26.17080.37730.1904
Hunter Lab51.157491.4658-33.0841
CIE-Lab58.198888.7789-35.5317

#fd1ecc color RGB value is (253,30,204).

#fd1ecc hex color red value is 253, green value is 30 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fd1ecc hue: 0.87 , saturation: 0.98 and the lightness value of fd1ecc is 0.55.

The process color (four color CMYK) of #fd1ecc color hex is 0.00, 0.88, 0.19, 0.01. Web safe color of #fd1ecc is #ff33cc. Color #fd1ecc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00011110 11001100
Octal 375 36 314
Decimal 253 30 204
Hex FD 1E CC

RGB Percentages of Color #fd1ecc

%51.95
%6.16
%41.89

CMYK Percentages of Color #fd1ecc

%0
%88
%19
%1

Triadic Colors of #fd1ecc

#fd1ecc #ccfd1e #1eccfd

Analogous Colors of #fd1ecc

#fd1ecc #fd1e5d #bf1efd

Monochromatic Colors of #fd1ecc

#fd1ecc

Complementary Color

#fd1ecc #1efd4f

#fd1ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd1ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd1ecc Color CSS Codes

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

#fd1ecc Text Font Color

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

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


#fd1ecc Background Color

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

This div background color is #fd1ecc


#fd1ecc Border Color

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

This div border color is #fd1ecc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,30,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fd1ecc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fd1ecc;
  -webkit-box-shadow: 1px 1px 3px 2px #fd1ecc;
  box-shadow:         1px 1px 3px 2px #fd1ecc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,30,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd1ecc

Related Colors


Comments

No comments written yet.

Please login to write comment.