Color Hex Logo

#f073db Color Hex

#F073DB
(240,115,219)
0 Favorites   0 Comments

Color spaces of #f073db

RGB 240115219
HSL0.860.810.70
HSV310°52°94°
CMYK 0.000.520.09   0.06
XYZ54.852135.901271.0564
Yxy35.90120.33900.2219
Hunter Lab59.917658.5536-28.3698
CIE-Lab66.444460.9190-31.3325

#f073db color RGB value is (240,115,219).

#f073db hex color red value is 240, green value is 115 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f073db hue: 0.86 , saturation: 0.81 and the lightness value of f073db is 0.70.

The process color (four color CMYK) of #f073db color hex is 0.00, 0.52, 0.09, 0.06. Web safe color of #f073db is #ff66cc. Color #f073db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110011 11011011
Octal 360 163 333
Decimal 240 115 219
Hex F0 73 DB

RGB Percentages of Color #f073db

%41.81
%20.03
%38.15

CMYK Percentages of Color #f073db

%0
%52
%9
%6

Triadic Colors of #f073db

#f073db #dbf073 #73dbf0

Analogous Colors of #f073db

#f073db #f0739d #c773f0

Monochromatic Colors of #f073db

#f073db

Complementary Color

#f073db #73f088

#f073db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f073db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f073db Color CSS Codes

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

#f073db Text Font Color

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

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


#f073db Background Color

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

This div background color is #f073db


#f073db Border Color

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

This div border color is #f073db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f073db


Comments

No comments written yet.

Please login to write comment.