Color Hex Logo

#f584cb Color Hex

#F584CB
(245,132,203)
0 Favorites   0 Comments

Color spaces of #f584cb

RGB 245132203
HSL0.900.850.74
HSV322°46°96°
CMYK 0.000.460.17   0.04
XYZ56.686940.226861.2767
Yxy40.22680.35830.2543
Hunter Lab63.424648.5446-12.8849
CIE-Lab69.630851.7752-17.4841

#f584cb color RGB value is (245,132,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000100 11001011
Octal 365 204 313
Decimal 245 132 203
Hex F5 84 CB

RGB Percentages of Color #f584cb

%42.24
%22.76
%35.00

CMYK Percentages of Color #f584cb

%0
%46
%17
%4

Triadic Colors of #f584cb

#f584cb #cbf584 #84cbf5

Analogous Colors of #f584cb

#f584cb #f58493 #e784f5

Monochromatic Colors of #f584cb

#f584cb

Complementary Color

#f584cb #84f5ae

#f584cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f584cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f584cb Color CSS Codes

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

#f584cb Text Font Color

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

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


#f584cb Background Color

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

This div background color is #f584cb


#f584cb Border Color

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

This div border color is #f584cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f584cb


Comments

No comments written yet.

Please login to write comment.