Color Hex Logo

#f095bc Color Hex

#F095BC
(240,149,188)
0 Favorites   0 Comments

Color spaces of #f095bc

RGB 240149188
HSL0.930.750.76
HSV334°38°94°
CMYK 0.000.380.22   0.06
XYZ55.759743.651053.0636
Yxy43.65100.36570.2863
Hunter Lab66.068935.0268-1.3709
CIE-Lab71.994639.2790-5.6746

#f095bc color RGB value is (240,149,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010101 10111100
Octal 360 225 274
Decimal 240 149 188
Hex F0 95 BC

RGB Percentages of Color #f095bc

%41.59
%25.82
%32.58

CMYK Percentages of Color #f095bc

%0
%38
%22
%6

Triadic Colors of #f095bc

#f095bc #bcf095 #95bcf0

Analogous Colors of #f095bc

#f095bc #f09c95 #f095ea

Monochromatic Colors of #f095bc

#f095bc

Complementary Color

#f095bc #95f0c9

#f095bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f095bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f095bc Color CSS Codes

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

#f095bc Text Font Color

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

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


#f095bc Background Color

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

This div background color is #f095bc


#f095bc Border Color

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

This div border color is #f095bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f095bc


Comments

No comments written yet.

Please login to write comment.