Color Hex Logo

#fa7fdd Color Hex

#FA7FDD
(250,127,221)
0 Favorites   0 Comments

Color spaces of #fa7fdd

RGB 250127221
HSL0.870.920.74
HSV314°49°98°
CMYK 0.000.490.12   0.02
XYZ60.064940.723273.1012
Yxy40.72320.34540.2342
Hunter Lab63.814756.3353-23.2477
CIE-Lab69.981658.4625-26.8823

#fa7fdd color RGB value is (250,127,221).

#fa7fdd hex color red value is 250, green value is 127 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fa7fdd hue: 0.87 , saturation: 0.92 and the lightness value of fa7fdd is 0.74.

The process color (four color CMYK) of #fa7fdd color hex is 0.00, 0.49, 0.12, 0.02. Web safe color of #fa7fdd is #ff66cc. Color #fa7fdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111111 11011101
Octal 372 177 335
Decimal 250 127 221
Hex FA 7F DD

RGB Percentages of Color #fa7fdd

%41.81
%21.24
%36.96

CMYK Percentages of Color #fa7fdd

%0
%49
%12
%2

Triadic Colors of #fa7fdd

#fa7fdd #ddfa7f #7fddfa

Analogous Colors of #fa7fdd

#fa7fdd #fa7fa0 #da7ffa

Monochromatic Colors of #fa7fdd

#fa7fdd

Complementary Color

#fa7fdd #7ffa9c

#fa7fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7fdd Color CSS Codes

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

#fa7fdd Text Font Color

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

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


#fa7fdd Background Color

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

This div background color is #fa7fdd


#fa7fdd Border Color

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

This div border color is #fa7fdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,127,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7fdd


Comments

No comments written yet.

Please login to write comment.