Color Hex Logo

#f06ddf Color Hex

#F06DDF
(240,109,223)
0 Favorites   0 Comments

Color spaces of #f06ddf

RGB 240109223
HSL0.850.810.68
HSV308°55°94°
CMYK 0.000.550.07   0.06
XYZ54.723134.790373.6430
Yxy34.79030.33540.2132
Hunter Lab58.983362.3867-32.7376
CIE-Lab65.585164.2962-34.8940

#f06ddf color RGB value is (240,109,223).

#f06ddf hex color red value is 240, green value is 109 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f06ddf hue: 0.85 , saturation: 0.81 and the lightness value of f06ddf is 0.68.

The process color (four color CMYK) of #f06ddf color hex is 0.00, 0.55, 0.07, 0.06. Web safe color of #f06ddf is #ff66cc. Color #f06ddf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101101 11011111
Octal 360 155 337
Decimal 240 109 223
Hex F0 6D DF

RGB Percentages of Color #f06ddf

%41.96
%19.06
%38.99

CMYK Percentages of Color #f06ddf

%0
%55
%7
%6

Triadic Colors of #f06ddf

#f06ddf #dff06d #6ddff0

Analogous Colors of #f06ddf

#f06ddf #f06d9e #c06df0

Monochromatic Colors of #f06ddf

#f06ddf

Complementary Color

#f06ddf #6df07e

#f06ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06ddf Color CSS Codes

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

#f06ddf Text Font Color

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

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


#f06ddf Background Color

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

This div background color is #f06ddf


#f06ddf Border Color

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

This div border color is #f06ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06ddf


Comments

No comments written yet.

Please login to write comment.