Color Hex Logo

#f02daf Color Hex

#F02DAF
(240,45,175)
0 Favorites   0 Comments

Color spaces of #f02daf

RGB 24045175
HSL0.890.870.56
HSV320°81°94°
CMYK 0.000.810.27   0.06
XYZ44.611423.497242.7416
Yxy23.49720.40240.2120
Hunter Lab48.473979.4474-18.3469
CIE-Lab55.580880.0348-23.0250

#f02daf color RGB value is (240,45,175).

#f02daf hex color red value is 240, green value is 45 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f02daf hue: 0.89 , saturation: 0.87 and the lightness value of f02daf is 0.56.

The process color (four color CMYK) of #f02daf color hex is 0.00, 0.81, 0.27, 0.06. Web safe color of #f02daf is #ff3399. Color #f02daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00101101 10101111
Octal 360 55 257
Decimal 240 45 175
Hex F0 2D AF

RGB Percentages of Color #f02daf

%52.17
%9.78
%38.04

CMYK Percentages of Color #f02daf

%0
%81
%27
%6

Triadic Colors of #f02daf

#f02daf #aff02d #2daff0

Analogous Colors of #f02daf

#f02daf #f02d4e #d02df0

Monochromatic Colors of #f02daf

#f02daf

Complementary Color

#f02daf #2df06e

#f02daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f02daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f02daf Color CSS Codes

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

#f02daf Text Font Color

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

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


#f02daf Background Color

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

This div background color is #f02daf


#f02daf Border Color

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

This div border color is #f02daf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,45,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f02daf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f02daf

Related Colors


Comments

No comments written yet.

Please login to write comment.