Color Hex Logo

#f76ba5 Color Hex

#F76BA5
(247,107,165)
0 Favorites   0 Comments

Color spaces of #f76ba5

RGB 247107165
HSL0.930.900.69
HSV335°57°97°
CMYK 0.000.570.33   0.03
XYZ50.407033.006239.3114
Yxy33.00620.41070.2689
Hunter Lab57.451056.0750-0.3540
CIE-Lab64.165959.1767-4.1958

#f76ba5 color RGB value is (247,107,165).

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

The process color (four color CMYK) of #f76ba5 color hex is 0.00, 0.57, 0.33, 0.03. Web safe color of #f76ba5 is #ff6699. Color #f76ba5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01101011 10100101
Octal 367 153 245
Decimal 247 107 165
Hex F7 6B A5

RGB Percentages of Color #f76ba5

%47.59
%20.62
%31.79

CMYK Percentages of Color #f76ba5

%0
%57
%33
%3

Triadic Colors of #f76ba5

#f76ba5 #a5f76b #6ba5f7

Analogous Colors of #f76ba5

#f76ba5 #f7776b #f76beb

Monochromatic Colors of #f76ba5

#f76ba5

Complementary Color

#f76ba5 #6bf7bd

#f76ba5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f76ba5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f76ba5 Color CSS Codes

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

#f76ba5 Text Font Color

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

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


#f76ba5 Background Color

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

This div background color is #f76ba5


#f76ba5 Border Color

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

This div border color is #f76ba5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f76ba5

Related Colors


Comments

No comments written yet.

Please login to write comment.