Color Hex Logo

#fc5dca Color Hex

#FC5DCA
(252,93,202)
0 Favorites   0 Comments

Color spaces of #fc5dca

RGB 25293202
HSL0.890.960.68
HSV319°63°99°
CMYK 0.000.630.20   0.01
XYZ54.719932.788459.3219
Yxy32.78840.37270.2233
Hunter Lab57.261270.3711-21.3409
CIE-Lab63.989271.1669-25.4360

#fc5dca color RGB value is (252,93,202).

#fc5dca hex color red value is 252, green value is 93 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fc5dca hue: 0.89 , saturation: 0.96 and the lightness value of fc5dca is 0.68.

The process color (four color CMYK) of #fc5dca color hex is 0.00, 0.63, 0.20, 0.01. Web safe color of #fc5dca is #ff66cc. Color #fc5dca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01011101 11001010
Octal 374 135 312
Decimal 252 93 202
Hex FC 5D CA

RGB Percentages of Color #fc5dca

%46.07
%17.00
%36.93

CMYK Percentages of Color #fc5dca

%0
%63
%20
%1

Triadic Colors of #fc5dca

#fc5dca #cafc5d #5dcafc

Analogous Colors of #fc5dca

#fc5dca #fc5d7b #df5dfc

Monochromatic Colors of #fc5dca

#fc5dca

Complementary Color

#fc5dca #5dfc8f

#fc5dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc5dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc5dca Color CSS Codes

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

#fc5dca Text Font Color

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

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


#fc5dca Background Color

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

This div background color is #fc5dca


#fc5dca Border Color

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

This div border color is #fc5dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc5dca

Related Colors


Comments

No comments written yet.

Please login to write comment.