Color Hex Logo

#f06dbd Color Hex

#F06DBD
(240,109,189)
0 Favorites   0 Comments

Color spaces of #f06dbd

RGB 240109189
HSL0.900.810.68
HSV323°55°94°
CMYK 0.000.550.21   0.06
XYZ50.589133.136751.8738
Yxy33.13670.37310.2444
Hunter Lab57.564556.1324-13.1336
CIE-Lab64.271459.2087-17.8051

#f06dbd color RGB value is (240,109,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101101 10111101
Octal 360 155 275
Decimal 240 109 189
Hex F0 6D BD

RGB Percentages of Color #f06dbd

%44.61
%20.26
%35.13

CMYK Percentages of Color #f06dbd

%0
%55
%21
%6

Triadic Colors of #f06dbd

#f06dbd #bdf06d #6dbdf0

Analogous Colors of #f06dbd

#f06dbd #f06d7c #e26df0

Monochromatic Colors of #f06dbd

#f06dbd

Complementary Color

#f06dbd #6df0a0

#f06dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06dbd Color CSS Codes

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

#f06dbd Text Font Color

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

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


#f06dbd Background Color

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

This div background color is #f06dbd


#f06dbd Border Color

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

This div border color is #f06dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06dbd


Comments

No comments written yet.

Please login to write comment.