Color Hex Logo

#f06dbc Color Hex

#F06DBC
(240,109,188)
0 Favorites   0 Comments

Color spaces of #f06dbc

RGB 240109188
HSL0.900.810.68
HSV324°55°94°
CMYK 0.000.550.22   0.06
XYZ50.480933.093451.3040
Yxy33.09340.37430.2454
Hunter Lab57.526955.9651-12.6076
CIE-Lab64.236559.0704-17.2914

#f06dbc color RGB value is (240,109,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101101 10111100
Octal 360 155 274
Decimal 240 109 188
Hex F0 6D BC

RGB Percentages of Color #f06dbc

%44.69
%20.30
%35.01

CMYK Percentages of Color #f06dbc

%0
%55
%22
%6

Triadic Colors of #f06dbc

#f06dbc #bcf06d #6dbcf0

Analogous Colors of #f06dbc

#f06dbc #f06d7b #e36df0

Monochromatic Colors of #f06dbc

#f06dbc

Complementary Color

#f06dbc #6df0a1

#f06dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06dbc Color CSS Codes

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

#f06dbc Text Font Color

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

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


#f06dbc Background Color

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

This div background color is #f06dbc


#f06dbc Border Color

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

This div border color is #f06dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06dbc


Comments

No comments written yet.

Please login to write comment.