Color Hex Logo

#fc5cda Color Hex

#FC5CDA
(252,92,218)
0 Favorites   0 Comments

Color spaces of #fc5cda

RGB 25292218
HSL0.870.960.67
HSV313°63°99°
CMYK 0.000.630.13   0.01
XYZ56.626933.411769.7942
Yxy33.41170.35430.2090
Hunter Lab57.802973.7136-31.1279
CIE-Lab64.492973.7727-33.6638

#fc5cda color RGB value is (252,92,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01011100 11011010
Octal 374 134 332
Decimal 252 92 218
Hex FC 5C DA

RGB Percentages of Color #fc5cda

%44.84
%16.37
%38.79

CMYK Percentages of Color #fc5cda

%0
%63
%13
%1

Triadic Colors of #fc5cda

#fc5cda #dafc5c #5cdafc

Analogous Colors of #fc5cda

#fc5cda #fc5c8a #ce5cfc

Monochromatic Colors of #fc5cda

#fc5cda

Complementary Color

#fc5cda #5cfc7e

#fc5cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc5cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc5cda Color CSS Codes

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

#fc5cda Text Font Color

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

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


#fc5cda Background Color

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

This div background color is #fc5cda


#fc5cda Border Color

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

This div border color is #fc5cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc5cda


Comments

No comments written yet.

Please login to write comment.