Color Hex Logo

#fc75da Color Hex

#FC75DA
(252,117,218)
0 Favorites   0 Comments

Color spaces of #fc75da

RGB 252117218
HSL0.880.960.72
HSV315°54°99°
CMYK 0.000.540.13   0.01
XYZ59.161138.480070.6389
Yxy38.48000.35160.2287
Hunter Lab62.032261.6817-24.0936
CIE-Lab68.372963.2333-27.6670

#fc75da color RGB value is (252,117,218).

#fc75da hex color red value is 252, green value is 117 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fc75da hue: 0.88 , saturation: 0.96 and the lightness value of fc75da is 0.72.

The process color (four color CMYK) of #fc75da color hex is 0.00, 0.54, 0.13, 0.01. Web safe color of #fc75da is #ff66cc. Color #fc75da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110101 11011010
Octal 374 165 332
Decimal 252 117 218
Hex FC 75 DA

RGB Percentages of Color #fc75da

%42.93
%19.93
%37.14

CMYK Percentages of Color #fc75da

%0
%54
%13
%1

Triadic Colors of #fc75da

#fc75da #dafc75 #75dafc

Analogous Colors of #fc75da

#fc75da #fc7597 #db75fc

Monochromatic Colors of #fc75da

#fc75da

Complementary Color

#fc75da #75fc97

#fc75da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc75da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc75da Color CSS Codes

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

#fc75da Text Font Color

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

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


#fc75da Background Color

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

This div background color is #fc75da


#fc75da Border Color

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

This div border color is #fc75da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc75da


Comments

No comments written yet.

Please login to write comment.