Color Hex Logo

#f584cc Color Hex

#F584CC
(245,132,204)
0 Favorites   0 Comments

Color spaces of #f584cc

RGB 245132204
HSL0.890.850.74
HSV322°46°96°
CMYK 0.000.460.17   0.04
XYZ56.806540.274661.9065
Yxy40.27460.35730.2533
Hunter Lab63.462348.7204-13.4129
CIE-Lab69.664751.9249-17.9894

#f584cc color RGB value is (245,132,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000100 11001100
Octal 365 204 314
Decimal 245 132 204
Hex F5 84 CC

RGB Percentages of Color #f584cc

%42.17
%22.72
%35.11

CMYK Percentages of Color #f584cc

%0
%46
%17
%4

Triadic Colors of #f584cc

#f584cc #ccf584 #84ccf5

Analogous Colors of #f584cc

#f584cc #f58494 #e684f5

Monochromatic Colors of #f584cc

#f584cc

Complementary Color

#f584cc #84f5ad

#f584cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f584cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f584cc Color CSS Codes

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

#f584cc Text Font Color

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

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


#f584cc Background Color

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

This div background color is #f584cc


#f584cc Border Color

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

This div border color is #f584cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f584cc


Comments

No comments written yet.

Please login to write comment.