Color Hex Logo

#f768bc Color Hex

#F768BC
(247,104,188)
0 Favorites   0 Comments

Color spaces of #f768bc

RGB 247104188
HSL0.900.900.69
HSV325°58°97°
CMYK 0.000.580.24   0.03
XYZ52.385233.305651.2446
Yxy33.30560.38260.2432
Hunter Lab57.711061.0330-12.2490
CIE-Lab64.407663.3616-16.9363

#f768bc color RGB value is (247,104,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01101000 10111100
Octal 367 150 274
Decimal 247 104 188
Hex F7 68 BC

RGB Percentages of Color #f768bc

%45.83
%19.29
%34.88

CMYK Percentages of Color #f768bc

%0
%58
%24
%3

Triadic Colors of #f768bc

#f768bc #bcf768 #68bcf7

Analogous Colors of #f768bc

#f768bc #f76875 #eb68f7

Monochromatic Colors of #f768bc

#f768bc

Complementary Color

#f768bc #68f7a3

#f768bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f768bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f768bc Color CSS Codes

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

#f768bc Text Font Color

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

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


#f768bc Background Color

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

This div background color is #f768bc


#f768bc Border Color

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

This div border color is #f768bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f768bc


Comments

No comments written yet.

Please login to write comment.