Color Hex Logo

#f085ce Color Hex

#F085CE
(240,133,206)
0 Favorites   0 Comments

Color spaces of #f085ce

RGB 240133206
HSL0.890.780.73
HSV319°45°94°
CMYK 0.000.450.14   0.06
XYZ55.463339.756663.1431
Yxy39.75660.35020.2510
Hunter Lab63.052846.6719-15.2379
CIE-Lab69.295850.1687-19.7213

#f085ce color RGB value is (240,133,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000101 11001110
Octal 360 205 316
Decimal 240 133 206
Hex F0 85 CE

RGB Percentages of Color #f085ce

%41.45
%22.97
%35.58

CMYK Percentages of Color #f085ce

%0
%45
%14
%6

Triadic Colors of #f085ce

#f085ce #cef085 #85cef0

Analogous Colors of #f085ce

#f085ce #f08599 #dd85f0

Monochromatic Colors of #f085ce

#f085ce

Complementary Color

#f085ce #85f0a7

#f085ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f085ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f085ce Color CSS Codes

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

#f085ce Text Font Color

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

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


#f085ce Background Color

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

This div background color is #f085ce


#f085ce Border Color

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

This div border color is #f085ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f085ce


Comments

No comments written yet.

Please login to write comment.