Color Hex Logo

#f56cfd Color Hex

#F56CFD
(245,108,253)
0 Favorites   0 Comments

Color spaces of #f56cfd

RGB 245108253
HSL0.820.970.71
HSV297°57°99°
CMYK 0.030.570.00   0.01
XYZ60.748437.229596.9127
Yxy37.22950.31170.1910
Hunter Lab61.016070.9392-51.4601
CIE-Lab67.448971.0006-48.5072

#f56cfd color RGB value is (245,108,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01101100 11111101
Octal 365 154 375
Decimal 245 108 253
Hex F5 6C FD

RGB Percentages of Color #f56cfd

%40.43
%17.82
%41.75

CMYK Percentages of Color #f56cfd

%3
%57
%0
%1

Triadic Colors of #f56cfd

#f56cfd #fdf56c #6cfdf5

Analogous Colors of #f56cfd

#f56cfd #fd6cbd #ad6cfd

Monochromatic Colors of #f56cfd

#f56cfd

Complementary Color

#f56cfd #74fd6c

#f56cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f56cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f56cfd Color CSS Codes

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

#f56cfd Text Font Color

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

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


#f56cfd Background Color

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

This div background color is #f56cfd


#f56cfd Border Color

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

This div border color is #f56cfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,108,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 #f56cfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f56cfd

Related Colors


Comments

No comments written yet.

Please login to write comment.