Color Hex Logo

#f564ba Color Hex

#F564BA
(245,100,186)
0 Favorites   0 Comments

Color spaces of #f564ba

RGB 245100186
HSL0.900.880.68
HSV324°59°96°
CMYK 0.000.590.24   0.04
XYZ51.076332.072049.9529
Yxy32.07200.38370.2410
Hunter Lab56.632161.8822-12.6548
CIE-Lab63.402364.2514-17.3512

#f564ba color RGB value is (245,100,186).

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

The process color (four color CMYK) of #f564ba color hex is 0.00, 0.59, 0.24, 0.04. Web safe color of #f564ba is #ff66cc. Color #f564ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01100100 10111010
Octal 365 144 272
Decimal 245 100 186
Hex F5 64 BA

RGB Percentages of Color #f564ba

%46.14
%18.83
%35.03

CMYK Percentages of Color #f564ba

%0
%59
%24
%4

Triadic Colors of #f564ba

#f564ba #baf564 #64baf5

Analogous Colors of #f564ba

#f564ba #f56472 #e864f5

Monochromatic Colors of #f564ba

#f564ba

Complementary Color

#f564ba #64f59f

#f564ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f564ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f564ba Color CSS Codes

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

#f564ba Text Font Color

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

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


#f564ba Background Color

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

This div background color is #f564ba


#f564ba Border Color

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

This div border color is #f564ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,100,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f564ba


Comments

No comments written yet.

Please login to write comment.