Color Hex Logo

#f09cbc Color Hex

#F09CBC
(240,156,188)
0 Favorites   0 Comments

Color spaces of #f09cbc

RGB 240156188
HSL0.940.740.78
HSV337°35°94°
CMYK 0.000.350.22   0.06
XYZ56.900745.933053.4439
Yxy45.93300.36410.2939
Hunter Lab67.773931.25840.6879
CIE-Lab73.502035.6172-3.4507

#f09cbc color RGB value is (240,156,188).

#f09cbc hex color red value is 240, green value is 156 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f09cbc hue: 0.94 , saturation: 0.74 and the lightness value of f09cbc is 0.78.

The process color (four color CMYK) of #f09cbc color hex is 0.00, 0.35, 0.22, 0.06. Web safe color of #f09cbc is #ff99cc. Color #f09cbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011100 10111100
Octal 360 234 274
Decimal 240 156 188
Hex F0 9C BC

RGB Percentages of Color #f09cbc

%41.10
%26.71
%32.19

CMYK Percentages of Color #f09cbc

%0
%35
%22
%6

Triadic Colors of #f09cbc

#f09cbc #bcf09c #9cbcf0

Analogous Colors of #f09cbc

#f09cbc #f0a69c #f09ce6

Monochromatic Colors of #f09cbc

#f09cbc

Complementary Color

#f09cbc #9cf0d0

#f09cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09cbc Color CSS Codes

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

#f09cbc Text Font Color

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

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


#f09cbc Background Color

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

This div background color is #f09cbc


#f09cbc Border Color

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

This div border color is #f09cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09cbc


Comments

No comments written yet.

Please login to write comment.