Color Hex Logo

#f544db Color Hex

#F544DB
(245,68,219)
0 Favorites   0 Comments

Color spaces of #f544db

RGB 24568219
HSL0.860.900.61
HSV309°72°96°
CMYK 0.000.720.11   0.04
XYZ52.509528.661269.7824
Yxy28.66120.34790.1899
Hunter Lab53.536281.3887-39.8070
CIE-Lab60.481480.6086-40.5704

#f544db color RGB value is (245,68,219).

#f544db hex color red value is 245, green value is 68 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f544db hue: 0.86 , saturation: 0.90 and the lightness value of f544db is 0.61.

The process color (four color CMYK) of #f544db color hex is 0.00, 0.72, 0.11, 0.04. Web safe color of #f544db is #ff33cc. Color #f544db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01000100 11011011
Octal 365 104 333
Decimal 245 68 219
Hex F5 44 DB

RGB Percentages of Color #f544db

%46.05
%12.78
%41.17

CMYK Percentages of Color #f544db

%0
%72
%11
%4

Triadic Colors of #f544db

#f544db #dbf544 #44dbf5

Analogous Colors of #f544db

#f544db #f54483 #b744f5

Monochromatic Colors of #f544db

#f544db

Complementary Color

#f544db #44f55e

#f544db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f544db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f544db Color CSS Codes

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

#f544db Text Font Color

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

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


#f544db Background Color

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

This div background color is #f544db


#f544db Border Color

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

This div border color is #f544db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f544db


Comments

No comments written yet.

Please login to write comment.