Color Hex Logo

#f76cba Color Hex

#F76CBA
(247,108,186)
0 Favorites   0 Comments

Color spaces of #f76cba

RGB 247108186
HSL0.910.900.70
HSV326°56°97°
CMYK 0.000.560.25   0.03
XYZ52.583334.044550.2542
Yxy34.04450.38420.2487
Hunter Lab58.347758.7570-10.2225
CIE-Lab64.997961.3334-14.9098

#f76cba color RGB value is (247,108,186).

#f76cba hex color red value is 247, green value is 108 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f76cba hue: 0.91 , saturation: 0.90 and the lightness value of f76cba is 0.70.

The process color (four color CMYK) of #f76cba color hex is 0.00, 0.56, 0.25, 0.03. Web safe color of #f76cba is #ff66cc. Color #f76cba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01101100 10111010
Octal 367 154 272
Decimal 247 108 186
Hex F7 6C BA

RGB Percentages of Color #f76cba

%45.66
%19.96
%34.38

CMYK Percentages of Color #f76cba

%0
%56
%25
%3

Triadic Colors of #f76cba

#f76cba #baf76c #6cbaf7

Analogous Colors of #f76cba

#f76cba #f76c75 #ef6cf7

Monochromatic Colors of #f76cba

#f76cba

Complementary Color

#f76cba #6cf7a9

#f76cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f76cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f76cba Color CSS Codes

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

#f76cba Text Font Color

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

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


#f76cba Background Color

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

This div background color is #f76cba


#f76cba Border Color

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

This div border color is #f76cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f76cba


Comments

No comments written yet.

Please login to write comment.