Color Hex Logo

#fc93da Color Hex

#FC93DA
(252,147,218)
0 Favorites   0 Comments

Color spaces of #fc93da

RGB 252147218
HSL0.890.950.78
HSV319°42°99°
CMYK 0.000.420.13   0.01
XYZ63.233546.624871.9964
Yxy46.62480.34770.2564
Hunter Lab68.282445.8074-14.7173
CIE-Lab73.949148.7769-19.1549

#fc93da color RGB value is (252,147,218).

#fc93da hex color red value is 252, green value is 147 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fc93da hue: 0.89 , saturation: 0.95 and the lightness value of fc93da is 0.78.

The process color (four color CMYK) of #fc93da color hex is 0.00, 0.42, 0.13, 0.01. Web safe color of #fc93da is #ff99cc. Color #fc93da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010011 11011010
Octal 374 223 332
Decimal 252 147 218
Hex FC 93 DA

RGB Percentages of Color #fc93da

%40.84
%23.82
%35.33

CMYK Percentages of Color #fc93da

%0
%42
%13
%1

Triadic Colors of #fc93da

#fc93da #dafc93 #93dafc

Analogous Colors of #fc93da

#fc93da #fc93a6 #ea93fc

Monochromatic Colors of #fc93da

#fc93da

Complementary Color

#fc93da #93fcb5

#fc93da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc93da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc93da Color CSS Codes

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

#fc93da Text Font Color

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

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


#fc93da Background Color

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

This div background color is #fc93da


#fc93da Border Color

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

This div border color is #fc93da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc93da


Comments

No comments written yet.

Please login to write comment.