Color Hex Logo

#f768bb Color Hex

#F768BB
(247,104,187)
0 Favorites   0 Comments

Color spaces of #f768bb

RGB 247104187
HSL0.900.900.69
HSV325°58°97°
CMYK 0.000.580.24   0.03
XYZ52.277733.262650.6787
Yxy33.26260.38380.2442
Hunter Lab57.673760.8702-11.7273
CIE-Lab64.373063.2302-16.4212

#f768bb color RGB value is (247,104,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01101000 10111011
Octal 367 150 273
Decimal 247 104 187
Hex F7 68 BB

RGB Percentages of Color #f768bb

%45.91
%19.33
%34.76

CMYK Percentages of Color #f768bb

%0
%58
%24
%3

Triadic Colors of #f768bb

#f768bb #bbf768 #68bbf7

Analogous Colors of #f768bb

#f768bb #f76874 #ec68f7

Monochromatic Colors of #f768bb

#f768bb

Complementary Color

#f768bb #68f7a4

#f768bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f768bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f768bb Color CSS Codes

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

#f768bb Text Font Color

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

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


#f768bb Background Color

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

This div background color is #f768bb


#f768bb Border Color

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

This div border color is #f768bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f768bb


Comments

No comments written yet.

Please login to write comment.