Color Hex Logo

#f576cd Color Hex

#F576CD
(245,118,205)
0 Favorites   0 Comments

Color spaces of #f576cd

RGB 245118205
HSL0.890.860.71
HSV319°52°96°
CMYK 0.000.520.16   0.04
XYZ55.154136.777161.9494
Yxy36.77710.35840.2390
Hunter Lab60.644156.2134-18.1152
CIE-Lab67.109558.8148-22.4332

#f576cd color RGB value is (245,118,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01110110 11001101
Octal 365 166 315
Decimal 245 118 205
Hex F5 76 CD

RGB Percentages of Color #f576cd

%43.13
%20.77
%36.09

CMYK Percentages of Color #f576cd

%0
%52
%16
%4

Triadic Colors of #f576cd

#f576cd #cdf576 #76cdf5

Analogous Colors of #f576cd

#f576cd #f5768e #de76f5

Monochromatic Colors of #f576cd

#f576cd

Complementary Color

#f576cd #76f59e

#f576cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f576cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f576cd Color CSS Codes

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

#f576cd Text Font Color

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

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


#f576cd Background Color

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

This div background color is #f576cd


#f576cd Border Color

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

This div border color is #f576cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,118,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f576cd


Comments

No comments written yet.

Please login to write comment.