Color Hex Logo

#f045db Color Hex

#F045DB
(240,69,219)
0 Favorites   0 Comments

Color spaces of #f045db

RGB 24069219
HSL0.850.850.61
HSV307°71°94°
CMYK 0.000.710.09   0.06
XYZ50.849527.896069.7222
Yxy27.89600.34250.1879
Hunter Lab52.816779.4226-41.2959
CIE-Lab59.794779.1992-41.7049

#f045db color RGB value is (240,69,219).

#f045db hex color red value is 240, green value is 69 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f045db hue: 0.85 , saturation: 0.85 and the lightness value of f045db is 0.61.

The process color (four color CMYK) of #f045db color hex is 0.00, 0.71, 0.09, 0.06. Web safe color of #f045db is #ff33cc. Color #f045db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000101 11011011
Octal 360 105 333
Decimal 240 69 219
Hex F0 45 DB

RGB Percentages of Color #f045db

%45.45
%13.07
%41.48

CMYK Percentages of Color #f045db

%0
%71
%9
%6

Triadic Colors of #f045db

#f045db #dbf045 #45dbf0

Analogous Colors of #f045db

#f045db #f04586 #b045f0

Monochromatic Colors of #f045db

#f045db

Complementary Color

#f045db #45f05a

#f045db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f045db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f045db Color CSS Codes

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

#f045db Text Font Color

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

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


#f045db Background Color

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

This div background color is #f045db


#f045db Border Color

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

This div border color is #f045db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f045db


Comments

No comments written yet.

Please login to write comment.