Color Hex Logo

#f593dc Color Hex

#F593DC
(245,147,220)
0 Favorites   0 Comments

Color spaces of #f593dc

RGB 245147220
HSL0.880.830.77
HSV315°40°96°
CMYK 0.000.400.10   0.04
XYZ61.008245.447273.2669
Yxy45.44720.33950.2529
Hunter Lab67.414543.5619-17.2469
CIE-Lab73.185446.8873-21.4907

#f593dc color RGB value is (245,147,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010011 11011100
Octal 365 223 334
Decimal 245 147 220
Hex F5 93 DC

RGB Percentages of Color #f593dc

%40.03
%24.02
%35.95

CMYK Percentages of Color #f593dc

%0
%40
%10
%4

Triadic Colors of #f593dc

#f593dc #dcf593 #93dcf5

Analogous Colors of #f593dc

#f593dc #f593ab #dd93f5

Monochromatic Colors of #f593dc

#f593dc

Complementary Color

#f593dc #93f5ac

#f593dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f593dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f593dc Color CSS Codes

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

#f593dc Text Font Color

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

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


#f593dc Background Color

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

This div background color is #f593dc


#f593dc Border Color

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

This div border color is #f593dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f593dc


Comments

No comments written yet.

Please login to write comment.