Color Hex Logo

#f096ce Color Hex

#F096CE
(240,150,206)
0 Favorites   0 Comments

Color spaces of #f096ce

RGB 240150206
HSL0.900.750.76
HSV323°38°94°
CMYK 0.000.380.14   0.06
XYZ57.982144.794263.9827
Yxy44.79420.34770.2686
Hunter Lab66.928537.5150-9.8305
CIE-Lab72.756241.4849-14.4911

#f096ce color RGB value is (240,150,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010110 11001110
Octal 360 226 316
Decimal 240 150 206
Hex F0 96 CE

RGB Percentages of Color #f096ce

%40.27
%25.17
%34.56

CMYK Percentages of Color #f096ce

%0
%38
%14
%6

Triadic Colors of #f096ce

#f096ce #cef096 #96cef0

Analogous Colors of #f096ce

#f096ce #f096a1 #e596f0

Monochromatic Colors of #f096ce

#f096ce

Complementary Color

#f096ce #96f0b8

#f096ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f096ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f096ce Color CSS Codes

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

#f096ce Text Font Color

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

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


#f096ce Background Color

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

This div background color is #f096ce


#f096ce Border Color

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

This div border color is #f096ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f096ce


Comments

No comments written yet.

Please login to write comment.