Color Hex Logo

#f56dfd Color Hex

#F56DFD
(245,109,253)
0 Favorites   0 Comments

Color spaces of #f56dfd

RGB 245109253
HSL0.820.970.71
HSV297°57°99°
CMYK 0.030.570.00   0.01
XYZ60.854537.441696.9481
Yxy37.44160.31170.1918
Hunter Lab61.189570.4409-51.1058
CIE-Lab67.607070.5695-48.2579

#f56dfd color RGB value is (245,109,253).

#f56dfd hex color red value is 245, green value is 109 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f56dfd hue: 0.82 , saturation: 0.97 and the lightness value of f56dfd is 0.71.

The process color (four color CMYK) of #f56dfd color hex is 0.03, 0.57, 0.00, 0.01. Web safe color of #f56dfd is #ff66ff. Color #f56dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01101101 11111101
Octal 365 155 375
Decimal 245 109 253
Hex F5 6D FD

RGB Percentages of Color #f56dfd

%40.36
%17.96
%41.68

CMYK Percentages of Color #f56dfd

%3
%57
%0
%1

Triadic Colors of #f56dfd

#f56dfd #fdf56d #6dfdf5

Analogous Colors of #f56dfd

#f56dfd #fd6dbd #ad6dfd

Monochromatic Colors of #f56dfd

#f56dfd

Complementary Color

#f56dfd #75fd6d

#f56dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f56dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f56dfd Color CSS Codes

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

#f56dfd Text Font Color

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

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


#f56dfd Background Color

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

This div background color is #f56dfd


#f56dfd Border Color

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

This div border color is #f56dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f56dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.