Color Hex Logo

#f785bc Color Hex

#F785BC
(247,133,188)
0 Favorites   0 Comments

Color spaces of #f785bc

RGB 247133188
HSL0.920.880.75
HSV331°46°97°
CMYK 0.000.460.24   0.03
XYZ55.822440.180152.3903
Yxy40.18010.37620.2708
Hunter Lab63.387846.2673-4.6320
CIE-Lab69.597649.7677-9.1388

#f785bc color RGB value is (247,133,188).

#f785bc hex color red value is 247, green value is 133 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f785bc hue: 0.92 , saturation: 0.88 and the lightness value of f785bc is 0.75.

The process color (four color CMYK) of #f785bc color hex is 0.00, 0.46, 0.24, 0.03. Web safe color of #f785bc is #ff99cc. Color #f785bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10000101 10111100
Octal 367 205 274
Decimal 247 133 188
Hex F7 85 BC

RGB Percentages of Color #f785bc

%43.49
%23.42
%33.10

CMYK Percentages of Color #f785bc

%0
%46
%24
%3

Triadic Colors of #f785bc

#f785bc #bcf785 #85bcf7

Analogous Colors of #f785bc

#f785bc #f78785 #f785f5

Monochromatic Colors of #f785bc

#f785bc

Complementary Color

#f785bc #85f7c0

#f785bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f785bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f785bc Color CSS Codes

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

#f785bc Text Font Color

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

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


#f785bc Background Color

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

This div background color is #f785bc


#f785bc Border Color

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

This div border color is #f785bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,133,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 #f785bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f785bc


Comments

No comments written yet.

Please login to write comment.