Color Hex Logo

#f586cd Color Hex

#F586CD
(245,134,205)
0 Favorites   0 Comments

Color spaces of #f586cd

RGB 245134205
HSL0.890.850.74
HSV322°45°96°
CMYK 0.000.450.16   0.04
XYZ57.200740.870462.6316
Yxy40.87040.35590.2543
Hunter Lab63.930047.8337-13.3349
CIE-Lab70.085051.0850-17.9090

#f586cd color RGB value is (245,134,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000110 11001101
Octal 365 206 315
Decimal 245 134 205
Hex F5 86 CD

RGB Percentages of Color #f586cd

%41.95
%22.95
%35.10

CMYK Percentages of Color #f586cd

%0
%45
%16
%4

Triadic Colors of #f586cd

#f586cd #cdf586 #86cdf5

Analogous Colors of #f586cd

#f586cd #f58696 #e686f5

Monochromatic Colors of #f586cd

#f586cd

Complementary Color

#f586cd #86f5ae

#f586cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f586cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f586cd Color CSS Codes

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

#f586cd Text Font Color

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

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


#f586cd Background Color

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

This div background color is #f586cd


#f586cd Border Color

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

This div border color is #f586cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f586cd


Comments

No comments written yet.

Please login to write comment.