Color Hex Logo

#f7a5db Color Hex

#F7A5DB
(247,165,219)
0 Favorites   0 Comments

Color spaces of #f7a5db

RGB 247165219
HSL0.890.840.81
HSV320°33°97°
CMYK 0.000.330.11   0.03
XYZ64.599151.798973.6113
Yxy51.79890.34000.2726
Hunter Lab71.971534.2654-10.2609
CIE-Lab77.160438.0548-14.9113

#f7a5db color RGB value is (247,165,219).

#f7a5db hex color red value is 247, green value is 165 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f7a5db hue: 0.89 , saturation: 0.84 and the lightness value of f7a5db is 0.81.

The process color (four color CMYK) of #f7a5db color hex is 0.00, 0.33, 0.11, 0.03. Web safe color of #f7a5db is #ff99cc. Color #f7a5db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10100101 11011011
Octal 367 245 333
Decimal 247 165 219
Hex F7 A5 DB

RGB Percentages of Color #f7a5db

%39.14
%26.15
%34.71

CMYK Percentages of Color #f7a5db

%0
%33
%11
%3

Triadic Colors of #f7a5db

#f7a5db #dbf7a5 #a5dbf7

Analogous Colors of #f7a5db

#f7a5db #f7a5b2 #eaa5f7

Monochromatic Colors of #f7a5db

#f7a5db

Complementary Color

#f7a5db #a5f7c1

#f7a5db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7a5db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7a5db Color CSS Codes

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

#f7a5db Text Font Color

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

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


#f7a5db Background Color

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

This div background color is #f7a5db


#f7a5db Border Color

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

This div border color is #f7a5db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,165,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f7a5db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f7a5db;
  -webkit-box-shadow: 1px 1px 3px 2px #f7a5db;
  box-shadow:         1px 1px 3px 2px #f7a5db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,165,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7a5db


Comments

No comments written yet.

Please login to write comment.