Color Hex Logo

#f56cdc Color Hex

#F56CDC
(245,108,220)
0 Favorites   0 Comments

Color spaces of #f56cdc

RGB 245108220
HSL0.860.870.69
HSV311°56°96°
CMYK 0.000.560.10   0.04
XYZ55.937035.304971.5765
Yxy35.30490.34360.2168
Hunter Lab59.417964.0614-29.8298
CIE-Lab65.985465.6240-32.5461

#f56cdc color RGB value is (245,108,220).

#f56cdc hex color red value is 245, green value is 108 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f56cdc hue: 0.86 , saturation: 0.87 and the lightness value of f56cdc is 0.69.

The process color (four color CMYK) of #f56cdc color hex is 0.00, 0.56, 0.10, 0.04. Web safe color of #f56cdc is #ff66cc. Color #f56cdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01101100 11011100
Octal 365 154 334
Decimal 245 108 220
Hex F5 6C DC

RGB Percentages of Color #f56cdc

%42.76
%18.85
%38.39

CMYK Percentages of Color #f56cdc

%0
%56
%10
%4

Triadic Colors of #f56cdc

#f56cdc #dcf56c #6cdcf5

Analogous Colors of #f56cdc

#f56cdc #f56c98 #ca6cf5

Monochromatic Colors of #f56cdc

#f56cdc

Complementary Color

#f56cdc #6cf585

#f56cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f56cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f56cdc Color CSS Codes

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

#f56cdc Text Font Color

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

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


#f56cdc Background Color

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

This div background color is #f56cdc


#f56cdc Border Color

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

This div border color is #f56cdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,108,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f56cdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f56cdc;
  -webkit-box-shadow: 1px 1px 3px 2px #f56cdc;
  box-shadow:         1px 1px 3px 2px #f56cdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,108,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f56cdc


Comments

No comments written yet.

Please login to write comment.