Color Hex Logo

#f58cce Color Hex

#F58CCE
(245,140,206)
0 Favorites   0 Comments

Color spaces of #f58cce

RGB 245140206
HSL0.900.840.75
HSV322°43°96°
CMYK 0.000.430.16   0.04
XYZ58.174942.624963.5538
Yxy42.62490.35400.2593
Hunter Lab65.287744.7996-12.0139
CIE-Lab71.299648.2326-16.6273

#f58cce color RGB value is (245,140,206).

#f58cce hex color red value is 245, green value is 140 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f58cce hue: 0.90 , saturation: 0.84 and the lightness value of f58cce is 0.75.

The process color (four color CMYK) of #f58cce color hex is 0.00, 0.43, 0.16, 0.04. Web safe color of #f58cce is #ff99cc. Color #f58cce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001100 11001110
Octal 365 214 316
Decimal 245 140 206
Hex F5 8C CE

RGB Percentages of Color #f58cce

%41.46
%23.69
%34.86

CMYK Percentages of Color #f58cce

%0
%43
%16
%4

Triadic Colors of #f58cce

#f58cce #cef58c #8ccef5

Analogous Colors of #f58cce

#f58cce #f58c9a #e88cf5

Monochromatic Colors of #f58cce

#f58cce

Complementary Color

#f58cce #8cf5b3

#f58cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58cce Color CSS Codes

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

#f58cce Text Font Color

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

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


#f58cce Background Color

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

This div background color is #f58cce


#f58cce Border Color

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

This div border color is #f58cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58cce


Comments

No comments written yet.

Please login to write comment.