Color Hex Logo

#f089cc Color Hex

#F089CC
(240,137,204)
0 Favorites   0 Comments

Color spaces of #f089cc

RGB 240137204
HSL0.890.770.74
HSV321°43°94°
CMYK 0.000.430.15   0.06
XYZ55.779940.776262.0574
Yxy40.77620.35170.2571
Hunter Lab63.856244.1754-12.9204
CIE-Lab70.018847.8457-17.5133

#f089cc color RGB value is (240,137,204).

#f089cc hex color red value is 240, green value is 137 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f089cc hue: 0.89 , saturation: 0.77 and the lightness value of f089cc is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001001 11001100
Octal 360 211 314
Decimal 240 137 204
Hex F0 89 CC

RGB Percentages of Color #f089cc

%41.31
%23.58
%35.11

CMYK Percentages of Color #f089cc

%0
%43
%15
%6

Triadic Colors of #f089cc

#f089cc #ccf089 #89ccf0

Analogous Colors of #f089cc

#f089cc #f08999 #e189f0

Monochromatic Colors of #f089cc

#f089cc

Complementary Color

#f089cc #89f0ad

#f089cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f089cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f089cc Color CSS Codes

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

#f089cc Text Font Color

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

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


#f089cc Background Color

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

This div background color is #f089cc


#f089cc Border Color

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

This div border color is #f089cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f089cc


Comments

No comments written yet.

Please login to write comment.