Color Hex Logo

#fa5dda Color Hex

#FA5DDA
(250,93,218)
0 Favorites   0 Comments

Color spaces of #fa5dda

RGB 25093218
HSL0.870.940.67
HSV312°63°98°
CMYK 0.000.630.13   0.02
XYZ55.993633.214769.7895
Yxy33.21470.35220.2089
Hunter Lab57.632272.5686-31.4545
CIE-Lab64.334472.8816-33.9332

#fa5dda color RGB value is (250,93,218).

#fa5dda hex color red value is 250, green value is 93 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fa5dda hue: 0.87 , saturation: 0.94 and the lightness value of fa5dda is 0.67.

The process color (four color CMYK) of #fa5dda color hex is 0.00, 0.63, 0.13, 0.02. Web safe color of #fa5dda is #ff66cc. Color #fa5dda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011101 11011010
Octal 372 135 332
Decimal 250 93 218
Hex FA 5D DA

RGB Percentages of Color #fa5dda

%44.56
%16.58
%38.86

CMYK Percentages of Color #fa5dda

%0
%63
%13
%2

Triadic Colors of #fa5dda

#fa5dda #dafa5d #5ddafa

Analogous Colors of #fa5dda

#fa5dda #fa5d8c #cc5dfa

Monochromatic Colors of #fa5dda

#fa5dda

Complementary Color

#fa5dda #5dfa7d

#fa5dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa5dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa5dda Color CSS Codes

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

#fa5dda Text Font Color

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

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


#fa5dda Background Color

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

This div background color is #fa5dda


#fa5dda Border Color

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

This div border color is #fa5dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa5dda

Related Colors


Comments

No comments written yet.

Please login to write comment.