Color Hex Logo

#f76bbf Color Hex

#F76BBF
(247,107,191)
0 Favorites   0 Comments

Color spaces of #f76bbf

RGB 247107191
HSL0.900.900.69
HSV324°57°97°
CMYK 0.000.570.23   0.03
XYZ53.019434.051153.0683
Yxy34.05110.37830.2430
Hunter Lab58.353360.0655-13.0728
CIE-Lab65.003162.4424-17.7335

#f76bbf color RGB value is (247,107,191).

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

The process color (four color CMYK) of #f76bbf color hex is 0.00, 0.57, 0.23, 0.03. Web safe color of #f76bbf is #ff66cc. Color #f76bbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01101011 10111111
Octal 367 153 277
Decimal 247 107 191
Hex F7 6B BF

RGB Percentages of Color #f76bbf

%45.32
%19.63
%35.05

CMYK Percentages of Color #f76bbf

%0
%57
%23
%3

Triadic Colors of #f76bbf

#f76bbf #bff76b #6bbff7

Analogous Colors of #f76bbf

#f76bbf #f76b79 #e96bf7

Monochromatic Colors of #f76bbf

#f76bbf

Complementary Color

#f76bbf #6bf7a3

#f76bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f76bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f76bbf Color CSS Codes

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

#f76bbf Text Font Color

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

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


#f76bbf Background Color

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

This div background color is #f76bbf


#f76bbf Border Color

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

This div border color is #f76bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f76bbf

Related Colors


Comments

No comments written yet.

Please login to write comment.