Color Hex Logo

#f086ce Color Hex

#F086CE
(240,134,206)
0 Favorites   0 Comments

Color spaces of #f086ce

RGB 240134206
HSL0.890.780.73
HSV319°44°94°
CMYK 0.000.440.14   0.06
XYZ55.600940.031763.1889
Yxy40.03170.35010.2521
Hunter Lab63.270646.1385-14.9240
CIE-Lab69.492149.6679-19.4232

#f086ce color RGB value is (240,134,206).

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

The process color (four color CMYK) of #f086ce color hex is 0.00, 0.44, 0.14, 0.06. Web safe color of #f086ce is #ff99cc. Color #f086ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000110 11001110
Octal 360 206 316
Decimal 240 134 206
Hex F0 86 CE

RGB Percentages of Color #f086ce

%41.38
%23.10
%35.52

CMYK Percentages of Color #f086ce

%0
%44
%14
%6

Triadic Colors of #f086ce

#f086ce #cef086 #86cef0

Analogous Colors of #f086ce

#f086ce #f08699 #dd86f0

Monochromatic Colors of #f086ce

#f086ce

Complementary Color

#f086ce #86f0a8

#f086ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f086ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f086ce Color CSS Codes

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

#f086ce Text Font Color

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

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


#f086ce Background Color

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

This div background color is #f086ce


#f086ce Border Color

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

This div border color is #f086ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f086ce


Comments

No comments written yet.

Please login to write comment.