color codes Logo

#f06dba color codes

#F06DBA
(240,109,186)
0 Favorites   0 Comments

Color spaces of #f06dba

RGB 240109186
HSL0.900.810.68
HSV325°55°94°
CMYK 0.000.550.23   0.06
XYZ50.266733.007750.1762
Yxy33.00770.37670.2473
Hunter Lab57.452355.6332-11.5645
CIE-Lab64.167158.7956-16.2621

#f06dba color RGB value is (240,109,186).

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

The process color (four color CMYK) of #f06dba color code is 0.00, 0.55, 0.23, 0.06. Web safe color of #f06dba is #ff66cc. Color #f06dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101101 10111010
Octal 360 155 272
Decimal 240 109 186
Hex F0 6D BA

RGB Percentages of Color #f06dba

%44.86
%20.37
%34.77

CMYK Percentages of Color #f06dba

%0
%55
%23
%6

Triadic Colors of #f06dba

#f06dba #baf06d #6dbaf0

Analogous Colors of #f06dba

#f06dba #f06d79 #e56df0

Monochromatic Colors of #f06dba

#f06dba

Complementary Color

#f06dba #6df0a3

#f06dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06dba Color CSS Codes

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

#f06dba Text Font Color

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

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


#f06dba Background Color

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

This div background color is #f06dba


#f06dba Border Color

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

This div border color is #f06dba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,109,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 #f06dba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06dba


Comments

No comments written yet.

Please login to write comment.