Color Hex Logo

#f968bd Color Hex

#F968BD
(249,104,189)
0 Favorites   0 Comments

Color spaces of #f968bd

RGB 249104189
HSL0.900.920.69
HSV325°58°98°
CMYK 0.000.580.24   0.02
XYZ53.202533.714551.8476
Yxy33.71450.38340.2430
Hunter Lab58.064261.9419-12.2972
CIE-Lab64.735364.0700-16.9791

#f968bd color RGB value is (249,104,189).

#f968bd hex color red value is 249, green value is 104 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f968bd hue: 0.90 , saturation: 0.92 and the lightness value of f968bd is 0.69.

The process color (four color CMYK) of #f968bd color hex is 0.00, 0.58, 0.24, 0.02. Web safe color of #f968bd is #ff66cc. Color #f968bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101000 10111101
Octal 371 150 275
Decimal 249 104 189
Hex F9 68 BD

RGB Percentages of Color #f968bd

%45.94
%19.19
%34.87

CMYK Percentages of Color #f968bd

%0
%58
%24
%2

Triadic Colors of #f968bd

#f968bd #bdf968 #68bdf9

Analogous Colors of #f968bd

#f968bd #f96875 #ed68f9

Monochromatic Colors of #f968bd

#f968bd

Complementary Color

#f968bd #68f9a4

#f968bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f968bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f968bd Color CSS Codes

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

#f968bd Text Font Color

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

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


#f968bd Background Color

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

This div background color is #f968bd


#f968bd Border Color

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

This div border color is #f968bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,104,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f968bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f968bd;
  -webkit-box-shadow: 1px 1px 3px 2px #f968bd;
  box-shadow:         1px 1px 3px 2px #f968bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,104,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f968bd

Related Colors


Comments

No comments written yet.

Please login to write comment.