Color Hex Logo

#f568bd Color Hex

#F568BD
(245,104,189)
0 Favorites   0 Comments

Color spaces of #f568bd

RGB 245104189
HSL0.900.880.68
HSV324°58°96°
CMYK 0.000.580.23   0.04
XYZ51.791832.987251.7816
Yxy32.98720.37930.2416
Hunter Lab57.434560.4528-13.2504
CIE-Lab64.150562.9158-17.9210

#f568bd color RGB value is (245,104,189).

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

The process color (four color CMYK) of #f568bd color hex is 0.00, 0.58, 0.23, 0.04. Web safe color of #f568bd is #ff66cc. Color #f568bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01101000 10111101
Octal 365 150 275
Decimal 245 104 189
Hex F5 68 BD

RGB Percentages of Color #f568bd

%45.54
%19.33
%35.13

CMYK Percentages of Color #f568bd

%0
%58
%23
%4

Triadic Colors of #f568bd

#f568bd #bdf568 #68bdf5

Analogous Colors of #f568bd

#f568bd #f56877 #e768f5

Monochromatic Colors of #f568bd

#f568bd

Complementary Color

#f568bd #68f5a0

#f568bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f568bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f568bd Color CSS Codes

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

#f568bd Text Font Color

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

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


#f568bd Background Color

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

This div background color is #f568bd


#f568bd Border Color

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

This div border color is #f568bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f568bd


Comments

No comments written yet.

Please login to write comment.