Color Hex Logo

#f575cc Color Hex

#F575CC
(245,117,204)
0 Favorites   0 Comments

Color spaces of #f575cc

RGB 245117204
HSL0.890.860.71
HSV319°52°96°
CMYK 0.000.520.17   0.04
XYZ54.916636.494761.2765
Yxy36.49470.35970.2390
Hunter Lab60.410856.5468-17.8520
CIE-Lab66.896259.1346-22.1987

#f575cc color RGB value is (245,117,204).

#f575cc hex color red value is 245, green value is 117 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f575cc hue: 0.89 , saturation: 0.86 and the lightness value of f575cc is 0.71.

The process color (four color CMYK) of #f575cc color hex is 0.00, 0.52, 0.17, 0.04. Web safe color of #f575cc is #ff66cc. Color #f575cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01110101 11001100
Octal 365 165 314
Decimal 245 117 204
Hex F5 75 CC

RGB Percentages of Color #f575cc

%43.29
%20.67
%36.04

CMYK Percentages of Color #f575cc

%0
%52
%17
%4

Triadic Colors of #f575cc

#f575cc #ccf575 #75ccf5

Analogous Colors of #f575cc

#f575cc #f5758c #de75f5

Monochromatic Colors of #f575cc

#f575cc

Complementary Color

#f575cc #75f59e

#f575cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f575cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f575cc Color CSS Codes

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

#f575cc Text Font Color

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

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


#f575cc Background Color

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

This div background color is #f575cc


#f575cc Border Color

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

This div border color is #f575cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f575cc


Comments

No comments written yet.

Please login to write comment.