Color Hex Logo

#fc1ebd Color Hex

#FC1EBD
(252,30,189)
0 Favorites   0 Comments

Color spaces of #fc1ebd

RGB 25230189
HSL0.880.970.55
HSV317°88°99°
CMYK 0.000.880.25   0.01
XYZ49.794525.298150.4027
Yxy25.29810.39680.2016
Hunter Lab50.297288.6958-24.2063
CIE-Lab57.364786.8463-28.2225

#fc1ebd color RGB value is (252,30,189).

#fc1ebd hex color red value is 252, green value is 30 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fc1ebd hue: 0.88 , saturation: 0.97 and the lightness value of fc1ebd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00011110 10111101
Octal 374 36 275
Decimal 252 30 189
Hex FC 1E BD

RGB Percentages of Color #fc1ebd

%53.50
%6.37
%40.13

CMYK Percentages of Color #fc1ebd

%0
%88
%25
%1

Triadic Colors of #fc1ebd

#fc1ebd #bdfc1e #1ebdfc

Analogous Colors of #fc1ebd

#fc1ebd #fc1e4e #cc1efc

Monochromatic Colors of #fc1ebd

#fc1ebd

Complementary Color

#fc1ebd #1efc5d

#fc1ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc1ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc1ebd Color CSS Codes

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

#fc1ebd Text Font Color

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

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


#fc1ebd Background Color

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

This div background color is #fc1ebd


#fc1ebd Border Color

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

This div border color is #fc1ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc1ebd


Comments

No comments written yet.

Please login to write comment.