Color Hex Logo

#f541db Color Hex

#F541DB
(245,65,219)
0 Favorites   0 Comments

Color spaces of #f541db

RGB 24565219
HSL0.860.900.61
HSV309°73°96°
CMYK 0.000.730.11   0.04
XYZ52.332728.307569.7235
Yxy28.30750.34800.1883
Hunter Lab53.204882.4658-40.4547
CIE-Lab60.165581.5094-41.0665

#f541db color RGB value is (245,65,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01000001 11011011
Octal 365 101 333
Decimal 245 65 219
Hex F5 41 DB

RGB Percentages of Color #f541db

%46.31
%12.29
%41.40

CMYK Percentages of Color #f541db

%0
%73
%11
%4

Triadic Colors of #f541db

#f541db #dbf541 #41dbf5

Analogous Colors of #f541db

#f541db #f54181 #b541f5

Monochromatic Colors of #f541db

#f541db

Complementary Color

#f541db #41f55b

#f541db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f541db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f541db Color CSS Codes

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

#f541db Text Font Color

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

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


#f541db Background Color

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

This div background color is #f541db


#f541db Border Color

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

This div border color is #f541db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f541db


Comments

No comments written yet.

Please login to write comment.