Color Hex Logo

#f5a4dc Color Hex

#F5A4DC
(245,164,220)
0 Favorites   0 Comments

Color spaces of #f5a4dc

RGB 245164220
HSL0.880.800.80
HSV319°33°96°
CMYK 0.000.330.10   0.04
XYZ63.849951.130774.2141
Yxy51.13070.33750.2703
Hunter Lab71.505734.2537-11.4817
CIE-Lab76.758138.0829-16.0828

#f5a4dc color RGB value is (245,164,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10100100 11011100
Octal 365 244 334
Decimal 245 164 220
Hex F5 A4 DC

RGB Percentages of Color #f5a4dc

%38.95
%26.07
%34.98

CMYK Percentages of Color #f5a4dc

%0
%33
%10
%4

Triadic Colors of #f5a4dc

#f5a4dc #dcf5a4 #a4dcf5

Analogous Colors of #f5a4dc

#f5a4dc #f5a4b4 #e6a4f5

Monochromatic Colors of #f5a4dc

#f5a4dc

Complementary Color

#f5a4dc #a4f5bd

#f5a4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5a4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5a4dc Color CSS Codes

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

#f5a4dc Text Font Color

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

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


#f5a4dc Background Color

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

This div background color is #f5a4dc


#f5a4dc Border Color

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

This div border color is #f5a4dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5a4dc


Comments

No comments written yet.

Please login to write comment.