Color Hex Logo

#f592cd Color Hex

#F592CD
(245,146,205)
0 Favorites   0 Comments

Color spaces of #f592cd

RGB 245146205
HSL0.900.830.77
HSV324°40°96°
CMYK 0.000.400.16   0.04
XYZ58.954544.378063.2162
Yxy44.37800.35400.2665
Hunter Lab66.616841.3894-9.6316
CIE-Lab72.480445.0309-14.2949

#f592cd color RGB value is (245,146,205).

#f592cd hex color red value is 245, green value is 146 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f592cd hue: 0.90 , saturation: 0.83 and the lightness value of f592cd is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010010 11001101
Octal 365 222 315
Decimal 245 146 205
Hex F5 92 CD

RGB Percentages of Color #f592cd

%41.11
%24.50
%34.40

CMYK Percentages of Color #f592cd

%0
%40
%16
%4

Triadic Colors of #f592cd

#f592cd #cdf592 #92cdf5

Analogous Colors of #f592cd

#f592cd #f5929c #ec92f5

Monochromatic Colors of #f592cd

#f592cd

Complementary Color

#f592cd #92f5ba

#f592cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f592cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f592cd Color CSS Codes

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

#f592cd Text Font Color

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

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


#f592cd Background Color

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

This div background color is #f592cd


#f592cd Border Color

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

This div border color is #f592cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f592cd


Comments

No comments written yet.

Please login to write comment.