Color Hex Logo

#f074db Color Hex

#F074DB
(240,116,219)
0 Favorites   0 Comments

Color spaces of #f074db

RGB 240116219
HSL0.860.810.70
HSV310°52°94°
CMYK 0.000.520.09   0.06
XYZ54.966836.130571.0947
Yxy36.13050.33890.2228
Hunter Lab60.108758.0405-28.0504
CIE-Lab66.619560.4540-31.0617

#f074db color RGB value is (240,116,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110100 11011011
Octal 360 164 333
Decimal 240 116 219
Hex F0 74 DB

RGB Percentages of Color #f074db

%41.74
%20.17
%38.09

CMYK Percentages of Color #f074db

%0
%52
%9
%6

Triadic Colors of #f074db

#f074db #dbf074 #74dbf0

Analogous Colors of #f074db

#f074db #f0749d #c774f0

Monochromatic Colors of #f074db

#f074db

Complementary Color

#f074db #74f089

#f074db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f074db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f074db Color CSS Codes

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

#f074db Text Font Color

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

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


#f074db Background Color

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

This div background color is #f074db


#f074db Border Color

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

This div border color is #f074db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f074db


Comments

No comments written yet.

Please login to write comment.