Color Hex Logo

#f091ce Color Hex

#F091CE
(240,145,206)
0 Favorites   0 Comments

Color spaces of #f091ce

RGB 240145206
HSL0.890.760.75
HSV321°40°94°
CMYK 0.000.400.14   0.06
XYZ57.201243.232363.7224
Yxy43.23230.34850.2634
Hunter Lab65.751340.2237-11.4346
CIE-Lab71.712444.0718-16.0634

#f091ce color RGB value is (240,145,206).

#f091ce hex color red value is 240, green value is 145 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f091ce hue: 0.89 , saturation: 0.76 and the lightness value of f091ce is 0.75.

The process color (four color CMYK) of #f091ce color hex is 0.00, 0.40, 0.14, 0.06. Web safe color of #f091ce is #ff99cc. Color #f091ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010001 11001110
Octal 360 221 316
Decimal 240 145 206
Hex F0 91 CE

RGB Percentages of Color #f091ce

%40.61
%24.53
%34.86

CMYK Percentages of Color #f091ce

%0
%40
%14
%6

Triadic Colors of #f091ce

#f091ce #cef091 #91cef0

Analogous Colors of #f091ce

#f091ce #f0919f #e391f0

Monochromatic Colors of #f091ce

#f091ce

Complementary Color

#f091ce #91f0b3

#f091ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f091ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f091ce Color CSS Codes

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

#f091ce Text Font Color

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

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


#f091ce Background Color

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

This div background color is #f091ce


#f091ce Border Color

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

This div border color is #f091ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f091ce


Comments

No comments written yet.

Please login to write comment.