Color Hex Logo

#fa97dc Color Hex

#FA97DC
(250,151,220)
0 Favorites   0 Comments

Color spaces of #fa97dc

RGB 250151220
HSL0.880.910.79
HSV318°40°98°
CMYK 0.000.400.12   0.02
XYZ63.409247.624573.5606
Yxy47.62450.34350.2580
Hunter Lab69.010543.2435-14.8918
CIE-Lab74.587546.4293-19.3071

#fa97dc color RGB value is (250,151,220).

#fa97dc hex color red value is 250, green value is 151 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fa97dc hue: 0.88 , saturation: 0.91 and the lightness value of fa97dc is 0.79.

The process color (four color CMYK) of #fa97dc color hex is 0.00, 0.40, 0.12, 0.02. Web safe color of #fa97dc is #ff99cc. Color #fa97dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010111 11011100
Octal 372 227 334
Decimal 250 151 220
Hex FA 97 DC

RGB Percentages of Color #fa97dc

%40.26
%24.32
%35.43

CMYK Percentages of Color #fa97dc

%0
%40
%12
%2

Triadic Colors of #fa97dc

#fa97dc #dcfa97 #97dcfa

Analogous Colors of #fa97dc

#fa97dc #fa97ab #e797fa

Monochromatic Colors of #fa97dc

#fa97dc

Complementary Color

#fa97dc #97fab5

#fa97dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa97dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa97dc Color CSS Codes

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

#fa97dc Text Font Color

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

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


#fa97dc Background Color

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

This div background color is #fa97dc


#fa97dc Border Color

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

This div border color is #fa97dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa97dc


Comments

No comments written yet.

Please login to write comment.