Color Hex Logo

#f56ddd Color Hex

#F56DDD
(245,109,221)
0 Favorites   0 Comments

Color spaces of #f56ddd

RGB 245109221
HSL0.860.870.69
HSV311°56°96°
CMYK 0.000.560.10   0.04
XYZ56.176035.570272.3116
Yxy35.57020.34240.2168
Hunter Lab59.640863.7589-30.1378
CIE-Lab66.190265.3370-32.7863

#f56ddd color RGB value is (245,109,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01101101 11011101
Octal 365 155 335
Decimal 245 109 221
Hex F5 6D DD

RGB Percentages of Color #f56ddd

%42.61
%18.96
%38.43

CMYK Percentages of Color #f56ddd

%0
%56
%10
%4

Triadic Colors of #f56ddd

#f56ddd #ddf56d #6dddf5

Analogous Colors of #f56ddd

#f56ddd #f56d99 #c96df5

Monochromatic Colors of #f56ddd

#f56ddd

Complementary Color

#f56ddd #6df585

#f56ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f56ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f56ddd Color CSS Codes

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

#f56ddd Text Font Color

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

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


#f56ddd Background Color

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

This div background color is #f56ddd


#f56ddd Border Color

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

This div border color is #f56ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f56ddd


Comments

No comments written yet.

Please login to write comment.