Color Hex Logo

#f06dca Color Hex

#F06DCA
(240,109,202)
0 Favorites   0 Comments

Color spaces of #f06dca

RGB 240109202
HSL0.880.810.68
HSV317°55°94°
CMYK 0.000.550.16   0.06
XYZ52.064533.726859.6429
Yxy33.72680.35800.2319
Hunter Lab58.074858.3958-20.2386
CIE-Lab64.745161.0684-24.4268

#f06dca color RGB value is (240,109,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101101 11001010
Octal 360 155 312
Decimal 240 109 202
Hex F0 6D CA

RGB Percentages of Color #f06dca

%43.56
%19.78
%36.66

CMYK Percentages of Color #f06dca

%0
%55
%16
%6

Triadic Colors of #f06dca

#f06dca #caf06d #6dcaf0

Analogous Colors of #f06dca

#f06dca #f06d89 #d56df0

Monochromatic Colors of #f06dca

#f06dca

Complementary Color

#f06dca #6df093

#f06dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06dca Color CSS Codes

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

#f06dca Text Font Color

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

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


#f06dca Background Color

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

This div background color is #f06dca


#f06dca Border Color

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

This div border color is #f06dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06dca


Comments

No comments written yet.

Please login to write comment.