Color Hex Logo

#f542db Color Hex

#F542DB
(245,66,219)
0 Favorites   0 Comments

Color spaces of #f542db

RGB 24566219
HSL0.860.900.61
HSV309°73°96°
CMYK 0.000.730.11   0.04
XYZ52.390628.423469.7428
Yxy28.42340.34800.1888
Hunter Lab53.313682.1109-40.2414
CIE-Lab60.269381.2130-40.9035

#f542db color RGB value is (245,66,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01000010 11011011
Octal 365 102 333
Decimal 245 66 219
Hex F5 42 DB

RGB Percentages of Color #f542db

%46.23
%12.45
%41.32

CMYK Percentages of Color #f542db

%0
%73
%11
%4

Triadic Colors of #f542db

#f542db #dbf542 #42dbf5

Analogous Colors of #f542db

#f542db #f54282 #b642f5

Monochromatic Colors of #f542db

#f542db

Complementary Color

#f542db #42f55c

#f542db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f542db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f542db Color CSS Codes

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

#f542db Text Font Color

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

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


#f542db Background Color

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

This div background color is #f542db


#f542db Border Color

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

This div border color is #f542db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f542db


Comments

No comments written yet.

Please login to write comment.