Color Hex Logo

#f097cb Color Hex

#F097CB
(240,151,203)
0 Favorites   0 Comments

Color spaces of #f097cb

RGB 240151203
HSL0.900.750.77
HSV325°37°94°
CMYK 0.000.370.15   0.06
XYZ57.781344.970362.1346
Yxy44.97030.35040.2727
Hunter Lab67.059936.4474-7.9934
CIE-Lab72.872340.4942-12.6622

#f097cb color RGB value is (240,151,203).

#f097cb hex color red value is 240, green value is 151 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f097cb hue: 0.90 , saturation: 0.75 and the lightness value of f097cb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010111 11001011
Octal 360 227 313
Decimal 240 151 203
Hex F0 97 CB

RGB Percentages of Color #f097cb

%40.40
%25.42
%34.18

CMYK Percentages of Color #f097cb

%0
%37
%15
%6

Triadic Colors of #f097cb

#f097cb #cbf097 #97cbf0

Analogous Colors of #f097cb

#f097cb #f0979f #e997f0

Monochromatic Colors of #f097cb

#f097cb

Complementary Color

#f097cb #97f0bc

#f097cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f097cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f097cb Color CSS Codes

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

#f097cb Text Font Color

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

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


#f097cb Background Color

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

This div background color is #f097cb


#f097cb Border Color

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

This div border color is #f097cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f097cb


Comments

No comments written yet.

Please login to write comment.