Color Hex Logo

#fa93de Color Hex

#FA93DE
(250,147,222)
0 Favorites   0 Comments

Color spaces of #fa93de

RGB 250147222
HSL0.880.910.78
HSV316°41°98°
CMYK 0.000.410.11   0.02
XYZ63.042946.465474.7532
Yxy46.46540.34210.2522
Hunter Lab68.165545.7961-17.3040
CIE-Lab73.846548.7802-21.5280

#fa93de color RGB value is (250,147,222).

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

The process color (four color CMYK) of #fa93de color hex is 0.00, 0.41, 0.11, 0.02. Web safe color of #fa93de is #ff99cc. Color #fa93de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010011 11011110
Octal 372 223 336
Decimal 250 147 222
Hex FA 93 DE

RGB Percentages of Color #fa93de

%40.39
%23.75
%35.86

CMYK Percentages of Color #fa93de

%0
%41
%11
%2

Triadic Colors of #fa93de

#fa93de #defa93 #93defa

Analogous Colors of #fa93de

#fa93de #fa93ab #e393fa

Monochromatic Colors of #fa93de

#fa93de

Complementary Color

#fa93de #93faaf

#fa93de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa93de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa93de Color CSS Codes

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

#fa93de Text Font Color

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

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


#fa93de Background Color

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

This div background color is #fa93de


#fa93de Border Color

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

This div border color is #fa93de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa93de


Comments

No comments written yet.

Please login to write comment.