Color Hex Logo

#f56ddb Color Hex

#F56DDB
(245,109,219)
0 Favorites   0 Comments

Color spaces of #f56ddb

RGB 245109219
HSL0.870.870.69
HSV311°56°96°
CMYK 0.000.560.11   0.04
XYZ55.911035.464270.9163
Yxy35.46420.34450.2185
Hunter Lab59.551863.3713-28.9182
CIE-Lab66.108565.0284-31.7975

#f56ddb color RGB value is (245,109,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01101101 11011011
Octal 365 155 333
Decimal 245 109 219
Hex F5 6D DB

RGB Percentages of Color #f56ddb

%42.76
%19.02
%38.22

CMYK Percentages of Color #f56ddb

%0
%56
%11
%4

Triadic Colors of #f56ddb

#f56ddb #dbf56d #6ddbf5

Analogous Colors of #f56ddb

#f56ddb #f56d97 #cb6df5

Monochromatic Colors of #f56ddb

#f56ddb

Complementary Color

#f56ddb #6df587

#f56ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f56ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f56ddb Color CSS Codes

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

#f56ddb Text Font Color

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

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


#f56ddb Background Color

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

This div background color is #f56ddb


#f56ddb Border Color

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

This div border color is #f56ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f56ddb


Comments

No comments written yet.

Please login to write comment.