Color Hex Logo

#fc5dbe Color Hex

#FC5DBE
(252,93,190)
0 Favorites   0 Comments

Color spaces of #fc5dbe

RGB 25293190
HSL0.900.960.68
HSV323°63°99°
CMYK 0.000.630.25   0.01
XYZ53.353532.241952.1265
Yxy32.24190.38740.2341
Hunter Lab56.782068.3539-14.6816
CIE-Lab63.542369.6017-19.3155

#fc5dbe color RGB value is (252,93,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01011101 10111110
Octal 374 135 276
Decimal 252 93 190
Hex FC 5D BE

RGB Percentages of Color #fc5dbe

%47.10
%17.38
%35.51

CMYK Percentages of Color #fc5dbe

%0
%63
%25
%1

Triadic Colors of #fc5dbe

#fc5dbe #befc5d #5dbefc

Analogous Colors of #fc5dbe

#fc5dbe #fc5d6f #eb5dfc

Monochromatic Colors of #fc5dbe

#fc5dbe

Complementary Color

#fc5dbe #5dfc9b

#fc5dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc5dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc5dbe Color CSS Codes

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

#fc5dbe Text Font Color

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

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


#fc5dbe Background Color

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

This div background color is #fc5dbe


#fc5dbe Border Color

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

This div border color is #fc5dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc5dbe


Comments

No comments written yet.

Please login to write comment.