Color Hex Logo

#f085af Color Hex

#F085AF
(240,133,175)
0 Favorites   0 Comments

Color spaces of #f085af

RGB 240133175
HSL0.930.780.73
HSV336°45°94°
CMYK 0.000.450.27   0.06
XYZ52.060638.395545.2246
Yxy38.39550.38370.2830
Hunter Lab61.964141.53380.1020
CIE-Lab68.311145.6877-3.8587

#f085af color RGB value is (240,133,175).

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

The process color (four color CMYK) of #f085af color hex is 0.00, 0.45, 0.27, 0.06. Web safe color of #f085af is #ff9999. Color #f085af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000101 10101111
Octal 360 205 257
Decimal 240 133 175
Hex F0 85 AF

RGB Percentages of Color #f085af

%43.80
%24.27
%31.93

CMYK Percentages of Color #f085af

%0
%45
%27
%6

Triadic Colors of #f085af

#f085af #aff085 #85aff0

Analogous Colors of #f085af

#f085af #f09185 #f085e5

Monochromatic Colors of #f085af

#f085af

Complementary Color

#f085af #85f0c6

#f085af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f085af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f085af Color CSS Codes

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

#f085af Text Font Color

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

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


#f085af Background Color

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

This div background color is #f085af


#f085af Border Color

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

This div border color is #f085af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f085af


Comments

No comments written yet.

Please login to write comment.