Color Hex Logo

#f764bb Color Hex

#F764BB
(247,100,187)
0 Favorites   0 Comments

Color spaces of #f764bb

RGB 247100187
HSL0.900.900.68
HSV324°60°97°
CMYK 0.000.600.24   0.03
XYZ51.884632.476450.5477
Yxy32.47640.38460.2407
Hunter Lab56.988162.7856-12.6978
CIE-Lab63.734764.9521-17.3880

#f764bb color RGB value is (247,100,187).

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

The process color (four color CMYK) of #f764bb color hex is 0.00, 0.60, 0.24, 0.03. Web safe color of #f764bb is #ff66cc. Color #f764bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01100100 10111011
Octal 367 144 273
Decimal 247 100 187
Hex F7 64 BB

RGB Percentages of Color #f764bb

%46.25
%18.73
%35.02

CMYK Percentages of Color #f764bb

%0
%60
%24
%3

Triadic Colors of #f764bb

#f764bb #bbf764 #64bbf7

Analogous Colors of #f764bb

#f764bb #f76472 #ea64f7

Monochromatic Colors of #f764bb

#f764bb

Complementary Color

#f764bb #64f7a0

#f764bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f764bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f764bb Color CSS Codes

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

#f764bb Text Font Color

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

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


#f764bb Background Color

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

This div background color is #f764bb


#f764bb Border Color

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

This div border color is #f764bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f764bb


Comments

No comments written yet.

Please login to write comment.