Color Hex Logo

#f76abd Color Hex

#F76ABD
(247,106,189)
0 Favorites   0 Comments

Color spaces of #f76abd

RGB 247106189
HSL0.900.900.69
HSV325°57°97°
CMYK 0.000.570.23   0.03
XYZ52.697133.756351.8823
Yxy33.75630.38090.2440
Hunter Lab58.100260.2249-12.2747
CIE-Lab64.768762.6172-16.9564

#f76abd color RGB value is (247,106,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01101010 10111101
Octal 367 152 275
Decimal 247 106 189
Hex F7 6A BD

RGB Percentages of Color #f76abd

%45.57
%19.56
%34.87

CMYK Percentages of Color #f76abd

%0
%57
%23
%3

Triadic Colors of #f76abd

#f76abd #bdf76a #6abdf7

Analogous Colors of #f76abd

#f76abd #f76a77 #eb6af7

Monochromatic Colors of #f76abd

#f76abd

Complementary Color

#f76abd #6af7a4

#f76abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f76abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f76abd Color CSS Codes

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

#f76abd Text Font Color

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

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


#f76abd Background Color

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

This div background color is #f76abd


#f76abd Border Color

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

This div border color is #f76abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f76abd


Comments

No comments written yet.

Please login to write comment.