Color Hex Logo

#f785cc Color Hex

#F785CC
(247,133,204)
0 Favorites   0 Comments

Color spaces of #f785cc

RGB 247133204
HSL0.900.880.75
HSV323°46°97°
CMYK 0.000.460.17   0.03
XYZ57.644440.908861.9847
Yxy40.90880.35910.2548
Hunter Lab63.960048.9444-12.6869
CIE-Lab70.112052.0575-17.2879

#f785cc color RGB value is (247,133,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 10000101 11001100
Octal 367 205 314
Decimal 247 133 204
Hex F7 85 CC

RGB Percentages of Color #f785cc

%42.29
%22.77
%34.93

CMYK Percentages of Color #f785cc

%0
%46
%17
%3

Triadic Colors of #f785cc

#f785cc #ccf785 #85ccf7

Analogous Colors of #f785cc

#f785cc #f78593 #e985f7

Monochromatic Colors of #f785cc

#f785cc

Complementary Color

#f785cc #85f7b0

#f785cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f785cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f785cc Color CSS Codes

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

#f785cc Text Font Color

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

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


#f785cc Background Color

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

This div background color is #f785cc


#f785cc Border Color

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

This div border color is #f785cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f785cc


Comments

No comments written yet.

Please login to write comment.