Color Hex Logo

#f085cb Color Hex

#F085CB
(240,133,203)
0 Favorites   0 Comments

Color spaces of #f085cb

RGB 240133203
HSL0.890.780.73
HSV321°45°94°
CMYK 0.000.450.15   0.06
XYZ55.102239.612161.2416
Yxy39.61210.35330.2540
Hunter Lab62.938146.1346-13.6351
CIE-Lab69.192449.7059-18.2084

#f085cb color RGB value is (240,133,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000101 11001011
Octal 360 205 313
Decimal 240 133 203
Hex F0 85 CB

RGB Percentages of Color #f085cb

%41.67
%23.09
%35.24

CMYK Percentages of Color #f085cb

%0
%45
%15
%6

Triadic Colors of #f085cb

#f085cb #cbf085 #85cbf0

Analogous Colors of #f085cb

#f085cb #f08596 #e085f0

Monochromatic Colors of #f085cb

#f085cb

Complementary Color

#f085cb #85f0aa

#f085cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f085cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f085cb Color CSS Codes

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

#f085cb Text Font Color

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

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


#f085cb Background Color

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

This div background color is #f085cb


#f085cb Border Color

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

This div border color is #f085cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f085cb


Comments

No comments written yet.

Please login to write comment.