Color Hex Logo

#f567bd Color Hex

#F567BD
(245,103,189)
0 Favorites   0 Comments

Color spaces of #f567bd

RGB 245103189
HSL0.900.880.68
HSV324°58°96°
CMYK 0.000.580.23   0.04
XYZ51.691732.787151.7482
Yxy32.78710.37950.2407
Hunter Lab57.260060.9365-13.5008
CIE-Lab63.988263.3525-18.1674

#f567bd color RGB value is (245,103,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01100111 10111101
Octal 365 147 275
Decimal 245 103 189
Hex F5 67 BD

RGB Percentages of Color #f567bd

%45.62
%19.18
%35.20

CMYK Percentages of Color #f567bd

%0
%58
%23
%4

Triadic Colors of #f567bd

#f567bd #bdf567 #67bdf5

Analogous Colors of #f567bd

#f567bd #f56776 #e667f5

Monochromatic Colors of #f567bd

#f567bd

Complementary Color

#f567bd #67f59f

#f567bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f567bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f567bd Color CSS Codes

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

#f567bd Text Font Color

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

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


#f567bd Background Color

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

This div background color is #f567bd


#f567bd Border Color

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

This div border color is #f567bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f567bd


Comments

No comments written yet.

Please login to write comment.