Color Hex Logo

#f09dba Color Hex

#F09DBA
(240,157,186)
0 Favorites   0 Comments

Color spaces of #f09dba

RGB 240157186
HSL0.940.730.78
HSV339°35°94°
CMYK 0.000.350.23   0.06
XYZ56.855146.184452.3723
Yxy46.18440.36580.2972
Hunter Lab67.959130.40601.8799
CIE-Lab73.665034.8020-2.1081

#f09dba color RGB value is (240,157,186).

#f09dba hex color red value is 240, green value is 157 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f09dba hue: 0.94 , saturation: 0.73 and the lightness value of f09dba is 0.78.

The process color (four color CMYK) of #f09dba color hex is 0.00, 0.35, 0.23, 0.06. Web safe color of #f09dba is #ff99cc. Color #f09dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011101 10111010
Octal 360 235 272
Decimal 240 157 186
Hex F0 9D BA

RGB Percentages of Color #f09dba

%41.17
%26.93
%31.90

CMYK Percentages of Color #f09dba

%0
%35
%23
%6

Triadic Colors of #f09dba

#f09dba #baf09d #9dbaf0

Analogous Colors of #f09dba

#f09dba #f0aa9d #f09de4

Monochromatic Colors of #f09dba

#f09dba

Complementary Color

#f09dba #9df0d3

#f09dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09dba Color CSS Codes

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

#f09dba Text Font Color

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

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


#f09dba Background Color

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

This div background color is #f09dba


#f09dba Border Color

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

This div border color is #f09dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09dba


Comments

No comments written yet.

Please login to write comment.