Color Hex Logo

#f594cd Color Hex

#F594CD
(245,148,205)
0 Favorites   0 Comments

Color spaces of #f594cd

RGB 245148205
HSL0.900.830.77
HSV325°40°96°
CMYK 0.000.400.16   0.04
XYZ59.265545.000163.3199
Yxy45.00010.35360.2685
Hunter Lab67.082140.3069-9.0073
CIE-Lab72.892044.0056-13.6766

#f594cd color RGB value is (245,148,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010100 11001101
Octal 365 224 315
Decimal 245 148 205
Hex F5 94 CD

RGB Percentages of Color #f594cd

%40.97
%24.75
%34.28

CMYK Percentages of Color #f594cd

%0
%40
%16
%4

Triadic Colors of #f594cd

#f594cd #cdf594 #94cdf5

Analogous Colors of #f594cd

#f594cd #f5949d #ed94f5

Monochromatic Colors of #f594cd

#f594cd

Complementary Color

#f594cd #94f5bc

#f594cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f594cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f594cd Color CSS Codes

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

#f594cd Text Font Color

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

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


#f594cd Background Color

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

This div background color is #f594cd


#f594cd Border Color

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

This div border color is #f594cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f594cd


Comments

No comments written yet.

Please login to write comment.