Color Hex Logo

#f096cd Color Hex

#F096CD
(240,150,205)
0 Favorites   0 Comments

Color spaces of #f096cd

RGB 240150205
HSL0.900.750.76
HSV323°38°94°
CMYK 0.000.380.15   0.06
XYZ57.861044.745763.3448
Yxy44.74570.34870.2696
Hunter Lab66.892237.3390-9.3212
CIE-Lab72.724141.3276-13.9878

#f096cd color RGB value is (240,150,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010110 11001101
Octal 360 226 315
Decimal 240 150 205
Hex F0 96 CD

RGB Percentages of Color #f096cd

%40.34
%25.21
%34.45

CMYK Percentages of Color #f096cd

%0
%38
%15
%6

Triadic Colors of #f096cd

#f096cd #cdf096 #96cdf0

Analogous Colors of #f096cd

#f096cd #f096a0 #e696f0

Monochromatic Colors of #f096cd

#f096cd

Complementary Color

#f096cd #96f0b9

#f096cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f096cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f096cd Color CSS Codes

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

#f096cd Text Font Color

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

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


#f096cd Background Color

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

This div background color is #f096cd


#f096cd Border Color

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

This div border color is #f096cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f096cd


Comments

No comments written yet.

Please login to write comment.